Class PortletDataHandlerBoolean

java.lang.Object
com.liferay.exportimport.kernel.lar.PortletDataHandlerControl
com.liferay.exportimport.kernel.lar.PortletDataHandlerBoolean

public class PortletDataHandlerBoolean extends PortletDataHandlerControl
Author:
Raymond Augé
  • Constructor Details

    • PortletDataHandlerBoolean

      public PortletDataHandlerBoolean(String namespace, String name)
    • PortletDataHandlerBoolean

      public PortletDataHandlerBoolean(String namespace, String name, boolean defaultState)
    • PortletDataHandlerBoolean

      public PortletDataHandlerBoolean(String namespace, String name, boolean defaultState, boolean disabled)
    • PortletDataHandlerBoolean

      public PortletDataHandlerBoolean(String namespace, String name, boolean defaultState, boolean disabled, PortletDataHandlerControl[] childrenPortletDataHandlerControls)
    • PortletDataHandlerBoolean

      public PortletDataHandlerBoolean(String namespace, String name, boolean defaultState, boolean disabled, PortletDataHandlerControl[] childrenPortletDataHandlerControls, String className)
    • PortletDataHandlerBoolean

      public PortletDataHandlerBoolean(String namespace, String name, boolean defaultState, boolean disabled, PortletDataHandlerControl[] childrenPortletDataHandlerControls, String className, String referrerClassName)
    • PortletDataHandlerBoolean

      public PortletDataHandlerBoolean(String namespace, String name, boolean defaultState, PortletDataHandlerControl[] childrenPortletDataHandlerControls)
    • PortletDataHandlerBoolean

      public PortletDataHandlerBoolean(String namespace, String name, String label, boolean defaultState, boolean disabled, PortletDataHandlerControl[] childrenPortletDataHandlerControls, String className, String referrerClassName)
  • Method Details

    • getChildrenPortletDataHandlerControls

      public PortletDataHandlerControl[] getChildrenPortletDataHandlerControls()
    • getDefaultState

      public boolean getDefaultState()