Class WidgetSettings
- java.lang.Object
-
- org.hippoecm.frontend.plugins.yui.widget.WidgetSettings
-
- All Implemented Interfaces:
Serializable
,org.apache.wicket.util.io.IClusterable
- Direct Known Subclasses:
TreeWidgetSettings
public class WidgetSettings extends Object implements org.apache.wicket.util.io.IClusterable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WidgetSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JsFunction
getCalculateWidthAndHeight()
void
setCalculateWidthAndHeight(JsFunction calculateWidthAndHeight)
-
-
-
Method Detail
-
getCalculateWidthAndHeight
public JsFunction getCalculateWidthAndHeight()
-
setCalculateWidthAndHeight
public void setCalculateWidthAndHeight(JsFunction calculateWidthAndHeight)
-
-