Class 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 Detail

      • YuiObject

        public YuiObject​(YuiType type)
        Deprecated.
    • Method Detail

      • getType

        public YuiType getType()
        Deprecated.
      • updateValues

        public void updateValues​(org.apache.wicket.util.value.IValueMap options)
        Deprecated.
      • toScript

        public String toScript()
        Deprecated.
      • isValid

        public boolean isValid()
        Deprecated.