Liferay 6.2-ce-ga5

com.liferay.portal.lar
Class PortletDataHandlerBoolean

java.lang.Object
  extended by com.liferay.portal.kernel.lar.PortletDataHandlerControl
      extended by com.liferay.portal.kernel.lar.PortletDataHandlerBoolean
          extended by com.liferay.portal.lar.PortletDataHandlerBoolean

Deprecated. As of 6.2.0, moved to PortletDataHandlerBoolean

public class PortletDataHandlerBoolean
extends PortletDataHandlerBoolean


Constructor Summary
PortletDataHandlerBoolean(String namespace, String controlName)
          Deprecated.  
PortletDataHandlerBoolean(String namespace, String controlName, boolean defaultState)
          Deprecated.  
PortletDataHandlerBoolean(String namespace, String controlName, boolean defaultState, boolean disabled)
          Deprecated.  
PortletDataHandlerBoolean(String namespace, String controlName, boolean defaultState, boolean disabled, PortletDataHandlerControl[] children)
          Deprecated.  
PortletDataHandlerBoolean(String namespace, String controlName, boolean defaultState, PortletDataHandlerControl[] children)
          Deprecated.  
 
Method Summary
 
Methods inherited from class com.liferay.portal.kernel.lar.PortletDataHandlerBoolean
getChildren, getDefaultState
 
Methods inherited from class com.liferay.portal.kernel.lar.PortletDataHandlerControl
getClassName, getControlLabel, getControlName, getHelpMessage, getNamespace, getNamespacedControlName, getNamespacedControlName, getReferrerClassName, isDisabled, setNamespace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletDataHandlerBoolean

public PortletDataHandlerBoolean(String namespace,
                                 String controlName)
Deprecated. 

PortletDataHandlerBoolean

public PortletDataHandlerBoolean(String namespace,
                                 String controlName,
                                 boolean defaultState)
Deprecated. 

PortletDataHandlerBoolean

public PortletDataHandlerBoolean(String namespace,
                                 String controlName,
                                 boolean defaultState,
                                 boolean disabled)
Deprecated. 

PortletDataHandlerBoolean

public PortletDataHandlerBoolean(String namespace,
                                 String controlName,
                                 boolean defaultState,
                                 boolean disabled,
                                 PortletDataHandlerControl[] children)
Deprecated. 

PortletDataHandlerBoolean

public PortletDataHandlerBoolean(String namespace,
                                 String controlName,
                                 boolean defaultState,
                                 PortletDataHandlerControl[] children)
Deprecated. 

Liferay 6.2-ce-ga5