public final class LwRootContainer extends LwContainer implements IRootContainer
myLayoutSerializer
myClientProperties, myDelegeeClientProperties
Constructor and Description |
---|
LwRootContainer() |
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getButtonGroupComponentIds(java.lang.String groupName) |
java.lang.String |
getButtonGroupName(IComponent component) |
IButtonGroup[] |
getButtonGroups() |
java.lang.String |
getClassToBind() |
LwInspectionSuppression[] |
getInspectionSuppressions() |
java.lang.String |
getMainComponentBinding() |
boolean |
isInspectionSuppressed(java.lang.String inspectionId,
java.lang.String componentId) |
void |
read(Element element,
PropertiesProvider provider) |
void |
setClassToBind(java.lang.String classToBind) |
accept, addComponent, areChildrenExclusive, createComponentFromTag, createInitialLayout, getBorderColor, getBorderSize, getBorderTitle, getBorderTitleColor, getBorderTitleFont, getBorderTitleJustification, getBorderTitlePosition, getBorderType, getComponent, getComponentCount, getLayout, getLayoutManager, indexOfComponent, isGrid, isXY, readBorder, readChildren, readConstraintsForChild, readLayout, readNoLayout, setBorderTitle, setBorderType, setLayout, setLayoutManager
getAssignedIntrospectedProperties, getBinding, getBounds, getClientProperty, getComponentClassName, getConstraints, getCustomLayoutConstraints, getDelegeeClientProperties, getErrorComponentProperties, getId, getModifiedProperties, getParent, getParentContainer, getPropertyValue, isCustomCreate, isDefaultBinding, putClientProperty, readBase, readConstraints, readProperties, setBinding, setBounds, setCustomLayoutConstraints, setId, setParent, setPropertyValue
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getBorderTitle, getBorderType, getComponent, getComponentCount, indexOfComponent, isXY
accept, areChildrenExclusive, getBinding, getClientProperty, getComponentClassName, getConstraints, getCustomLayoutConstraints, getId, getModifiedProperties, getParentContainer, isCustomCreate, putClientProperty
public java.lang.String getMainComponentBinding()
public java.lang.String getClassToBind()
getClassToBind
in interface IRootContainer
public void setClassToBind(java.lang.String classToBind)
public void read(Element element, PropertiesProvider provider) throws java.lang.Exception
read
in class LwContainer
provider
- can be null if no component classes should not be createdjava.lang.Exception
public IButtonGroup[] getButtonGroups()
getButtonGroups
in interface IRootContainer
public java.lang.String getButtonGroupName(IComponent component)
getButtonGroupName
in interface IRootContainer
public java.lang.String[] getButtonGroupComponentIds(java.lang.String groupName)
getButtonGroupComponentIds
in interface IRootContainer
public boolean isInspectionSuppressed(java.lang.String inspectionId, java.lang.String componentId)
isInspectionSuppressed
in interface IRootContainer
public LwInspectionSuppression[] getInspectionSuppressions()