com.bemoko.live.platform.ui
Class UiList
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<com.bemoko.live.platform.ui.UI>
com.bemoko.live.platform.ui.UiList
- All Implemented Interfaces:
- Serializable, Cloneable, Iterable<com.bemoko.live.platform.ui.UI>, Collection<com.bemoko.live.platform.ui.UI>, List<com.bemoko.live.platform.ui.UI>, RandomAccess
public class UiList
- extends ArrayList<com.bemoko.live.platform.ui.UI>
- See Also:
- Serialized Form
|
Constructor Summary |
UiList()
|
UiList(com.bemoko.live.platform.ui.UI ui)
|
| Methods inherited from class java.util.ArrayList |
add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, removeRange, set, size, toArray, toArray, trimToSize |
UiList
public UiList()
UiList
public UiList(com.bemoko.live.platform.ui.UI ui)
add
public boolean add(com.bemoko.live.platform.ui.UI ui)
- Specified by:
add in interface Collection<com.bemoko.live.platform.ui.UI>- Specified by:
add in interface List<com.bemoko.live.platform.ui.UI>- Overrides:
add in class ArrayList<com.bemoko.live.platform.ui.UI>
getPath
public String getPath()
- Get colon separated list of UI names which constitute the intent UI list
- Returns:
- String
fallbackContains
public boolean fallbackContains(com.bemoko.live.platform.ui.UI ui)
is
public boolean is(String name)
- Convenience method for the expressions to check whether a ui includes a
named UI
- Parameters:
name -
- Returns:
- boolean
getFallbackPath
@Deprecated
public String getFallbackPath()
- Deprecated. since v1.3 - please use
getDeepFallbackPath()
- Returns:
- String
getDeepFallbackPath
public String getDeepFallbackPath()