com.centrasite.control.adapters.detailview.dynamicprofile
Class BooleanLine
java.lang.Object
com.centrasite.control.adapters.detailview.dynamicprofile.BaseAttributeLine
com.centrasite.control.adapters.detailview.dynamicprofile.SlotTypeAttributeLine
com.centrasite.control.adapters.detailview.dynamicprofile.BooleanLine
- All Implemented Interfaces:
- DynamicLine
public class BooleanLine
- extends SlotTypeAttributeLine
Dynamic line representing boolean profile attribute (xs:boolean).
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 |
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
BooleanLine
public BooleanLine(AttributeLineContext context)
- Parameters:
context
-
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