com.bemoko.live.platform.ui
Class UiList

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractList<E>
          extended by java.util.ArrayList<com.bemoko.live.platform.ui.UI>
              extended by 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

Field Summary
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
UiList()
           
UiList(com.bemoko.live.platform.ui.UI ui)
           
 
Method Summary
 boolean add(com.bemoko.live.platform.ui.UI ui)
           
 boolean fallbackContains(com.bemoko.live.platform.ui.UI ui)
           
 String getDeepFallbackPath()
           
 String getFallbackPath()
          Deprecated. since v1.3 - please use getDeepFallbackPath()
 String getPath()
          Get colon separated list of UI names which constitute the intent UI list
 boolean is(String name)
          Convenience method for the expressions to check whether a ui includes a named 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
 
Methods inherited from class java.util.AbstractList
equals, hashCode, iterator, listIterator, listIterator, subList
 
Methods inherited from class java.util.AbstractCollection
containsAll, removeAll, retainAll, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
containsAll, equals, hashCode, iterator, listIterator, listIterator, removeAll, retainAll, subList
 

Constructor Detail

UiList

public UiList()

UiList

public UiList(com.bemoko.live.platform.ui.UI ui)
Method Detail

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()