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:
  • Constructor Details

  • Method Details

    • getType

      public YuiType getType()
      Deprecated.
    • updateValues

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

      public String toScript()
      Deprecated.
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object
    • isValid

      public boolean isValid()
      Deprecated.