Class TreeWidgetSettings
java.lang.Object
org.hippoecm.frontend.plugins.yui.widget.WidgetSettings
org.hippoecm.frontend.plugins.yui.widget.tree.TreeWidgetSettings
- All Implemented Interfaces:
Serializable
,org.apache.wicket.util.io.IClusterable
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
void
setBindToLayoutUnit
(boolean bindToLayoutUnit) void
setSetWidthToClassname
(String setWidthToClassname) void
setTreeAutoWidth
(boolean treeAutoWidth) void
setUseWidthFromClassname
(String useWidthFromClassname) void
setWorkflowEnabled
(boolean workflowEnabled) Methods inherited from class org.hippoecm.frontend.plugins.yui.widget.WidgetSettings
getCalculateWidthAndHeight, setCalculateWidthAndHeight
-
Constructor Details
-
TreeWidgetSettings
public TreeWidgetSettings()
-
-
Method Details
-
isBindToLayoutUnit
public boolean isBindToLayoutUnit() -
setBindToLayoutUnit
public void setBindToLayoutUnit(boolean bindToLayoutUnit) -
getSetWidthToClassname
-
setSetWidthToClassname
-
isTreeAutoWidth
public boolean isTreeAutoWidth() -
setTreeAutoWidth
public void setTreeAutoWidth(boolean treeAutoWidth) -
getUseWidthFromClassname
-
setUseWidthFromClassname
-
isWorkflowEnabled
public boolean isWorkflowEnabled() -
setWorkflowEnabled
public void setWorkflowEnabled(boolean workflowEnabled)
-