public static class CfgPropItem.ItemGroupSelector
extends java.lang.Object
Constructor and Description |
---|
ItemGroupSelector(java.lang.Object selectorObj)
Creates a run-time-configurable group selector for 'CfgPropItem'
objects.
|
ItemGroupSelector(java.lang.Object selectorObj,
boolean enableFlag)
Creates a run-time-configurable group selector for 'CfgPropItem'
objects.
|
Modifier and Type | Method and Description |
---|---|
boolean |
getEnableFlag()
Returns the enabled/disabled status of this selector.
|
java.lang.Object |
getSelectObj()
Returns the group-select object used by this selector.
|
java.lang.String |
getSelectStr()
Returns the group-select string used by this selector.
|
void |
setEnableFlag(boolean flgVal)
Sets this selector as enabled or disabled.
|
void |
setSelectObj(java.lang.Object selObj)
Sets the group-select object used by this selector.
|
public ItemGroupSelector(java.lang.Object selectorObj, boolean enableFlag)
selectorObj
- the group-select object to use.enableFlag
- true to enable this selector; false to disable
this selector.public ItemGroupSelector(java.lang.Object selectorObj)
selectorObj
- the group-select object to use.public void setSelectObj(java.lang.Object selObj)
selObj
- the group-select object to use.public java.lang.Object getSelectObj()
public java.lang.String getSelectStr()
public void setEnableFlag(boolean flgVal)
flgVal
- true to enable this selector; false to disable
this selector.public boolean getEnableFlag()