com.bemoko.live.platform.mwc.config.elements.site
Class LiveConfigUI

java.lang.Object
  extended by com.bemoko.live.platform.mwc.config.elements.AbstractNamedLiveConfig<T>
      extended by com.bemoko.live.platform.mwc.config.elements.AbstractNamedLiveConfigWithExpression<LiveConfigUI>
          extended by com.bemoko.live.platform.mwc.config.elements.site.LiveConfigUI
All Implemented Interfaces:
InheritableConfig<InheritableConfig<?>>, NamedLiveConfig, NamedLiveConfigWithExpression

public class LiveConfigUI
extends AbstractNamedLiveConfigWithExpression<LiveConfigUI>


Constructor Summary
LiveConfigUI()
           
 
Method Summary
 boolean add(LiveConfigUI config)
           
 List<LiveConfigUI> getChildren()
           
 String getFallback()
           
 boolean isPassthrough()
           
 void setFallback(String fallback)
           
 void setPassthrough(boolean passthrough)
           
 
Methods inherited from class com.bemoko.live.platform.mwc.config.elements.AbstractNamedLiveConfigWithExpression
alwaysTrue, getExpr, isExprSet, refreshIdIfNotExplictlySet, setExpr, setName, toString
 
Methods inherited from class com.bemoko.live.platform.mwc.config.elements.AbstractNamedLiveConfig
assertValid, generateAutoName, getId, getIdExplicitlySet, getName, getNameExplicitlySet, internalSetName, isInherit, refreshNameIfNotExplictlySet, setId, setIdExplicitySet, setInherit, setNameExplicitySet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.bemoko.live.platform.mwc.config.elements.NamedLiveConfig
assertValid, getId, getName, setId
 
Methods inherited from interface com.bemoko.live.platform.mwc.config.elements.InheritableConfig
isInherit, setInherit
 

Constructor Detail

LiveConfigUI

public LiveConfigUI()
Method Detail

isPassthrough

public boolean isPassthrough()
Returns:
the passthrough

setPassthrough

public void setPassthrough(boolean passthrough)
Parameters:
passthrough - the passthrough to set

getFallback

public String getFallback()

setFallback

public void setFallback(String fallback)

getChildren

public List<LiveConfigUI> getChildren()

add

public boolean add(LiveConfigUI config)