com.centrasite.control.adapters.detailview.dynamicprofile
Class BooleanLine

java.lang.Object
  extended by com.centrasite.control.adapters.detailview.dynamicprofile.BaseAttributeLine
      extended by com.centrasite.control.adapters.detailview.dynamicprofile.SlotTypeAttributeLine
          extended by com.centrasite.control.adapters.detailview.dynamicprofile.BooleanLine
All Implemented Interfaces:
DynamicLine

public class BooleanLine
extends SlotTypeAttributeLine

Dynamic line representing boolean profile attribute (xs:boolean).


Field Summary
static java.lang.String RADIO_PROP_VALUE_NO
           
static java.lang.String RADIO_PROP_VALUE_YES
           
 
Fields inherited from class com.centrasite.control.adapters.detailview.dynamicprofile.BaseAttributeLine
COLUMN_WIDTH_ACTION, COLUMN_WIDTH_ATTRIBUTE, COLUMN_WIDTH_VALUE, isBrowserChrome, isBrowserFire, TOTAL_WIDTH
 
Constructor Summary
BooleanLine(AttributeLineContext context)
           
 
Method Summary
 java.lang.String getDisplayProp()
           
 java.lang.String getRadioProp()
           
 java.lang.String getStatusProp()
           
 java.lang.String getValueProp()
           
 BaseAttributeLine newInstance()
          Creates new instances of this attribute line instance.
 void setRadioProp(java.lang.String prop)
           
 void setValueProp(java.lang.String prop)
           
 
Methods inherited from class com.centrasite.control.adapters.detailview.dynamicprofile.SlotTypeAttributeLine
buildUI, getSlot, getStringValue, getValue, hasAction, passivate, setSlot, setValue
 
Methods inherited from class com.centrasite.control.adapters.detailview.dynamicprofile.BaseAttributeLine
getActionContext, getAsset, getAttribute, getAttributeContext, getDescription, getIndex, getLineAddVisible, getLineRemoveVisible, getName, getNCName, getSelected, getShowAttributeName, getUnitLabel, getValues, isModified, isMultiValue, isPrefix, isReadOnly, isRequired, modified, onLineAdd, onLineRemove, revert, setAttributeContext, setModified, setNCName, setReadOnly, setValues
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RADIO_PROP_VALUE_YES

public static final java.lang.String RADIO_PROP_VALUE_YES
See Also:
Constant Field Values

RADIO_PROP_VALUE_NO

public static final java.lang.String RADIO_PROP_VALUE_NO
See Also:
Constant Field Values
Constructor Detail

BooleanLine

public BooleanLine(AttributeLineContext context)
Parameters:
context -
Method Detail

getRadioProp

public java.lang.String getRadioProp()

setRadioProp

public void setRadioProp(java.lang.String prop)

getValueProp

public java.lang.String getValueProp()

setValueProp

public void setValueProp(java.lang.String prop)

getStatusProp

public java.lang.String getStatusProp()

getDisplayProp

public java.lang.String getDisplayProp()

newInstance

public BaseAttributeLine newInstance()
Description copied from class: BaseAttributeLine
Creates new instances of this attribute line instance. Passes all contextual information from the current instance to the new one.

Returns:
attribute line of the same type