Class YuiObject
- java.lang.Object
-
- org.hippoecm.frontend.plugins.yui.javascript.YuiObject
-
- All Implemented Interfaces:
Serializable
,org.apache.wicket.util.io.IClusterable
- Direct Known Subclasses:
AjaxSettings
@Deprecated public class YuiObject extends Object implements org.apache.wicket.util.io.IClusterable
Deprecated.Base class for passing configuration to a YUI component on the client.This class has been deprecated. Create a java bean instead and use the
PluginConfigMapper
and JavascriptMapper helpers to do the serialization.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description YuiObject(YuiType type)
Deprecated.YuiObject(YuiType type, IPluginConfig config)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description YuiType
getType()
Deprecated.boolean
isValid()
Deprecated.String
toScript()
Deprecated.String
toString()
Deprecated.void
updateValues(org.apache.wicket.util.value.IValueMap options)
Deprecated.
-
-
-
Constructor Detail
-
YuiObject
public YuiObject(YuiType type)
Deprecated.
-
YuiObject
public YuiObject(YuiType type, IPluginConfig config)
Deprecated.
-
-