public class FwkListDialogPaneValue extends FwkDialogPaneValue
,
Serialized FormModifier and Type | Field and Description |
---|---|
protected java.lang.String |
labelName |
protected boolean |
newIndex |
protected boolean |
newList |
protected boolean |
newName |
protected java.lang.Integer |
selectedIndex |
protected java.lang.String |
selectedName |
protected java.lang.String[] |
selectList |
static java.lang.String |
version |
protected java.lang.Integer |
visibleRowCount |
getHt, ident, propertyChange, setHt
Constructor and Description |
---|
FwkListDialogPaneValue()
The default construtor.
|
FwkListDialogPaneValue(java.lang.String ident)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLabelName()
Get the name of the list dialog label.
|
java.lang.Integer |
getSelectedIndex()
Get the index of the selected element in the list.
|
java.lang.String |
getSelectedName()
Get the name of the selected element in the list.
|
java.lang.String[] |
getSelectList()
Retrieves the select list.
|
java.lang.String |
getVersion()
Return the version string of the FWK component.
|
java.lang.Integer |
getVisibleRowCount()
Get the number of visible rows in the list.
|
protected void |
recalcIndexByName()
Recalculate index by name.
|
protected void |
recalcNameByIndex()
Recalculate name by index.
|
void |
setLabelName(java.lang.String labelName)
Set the label name.
|
void |
setSelectedIndex(java.lang.Integer selectedIndex)
Set the selected element in the list.
|
void |
setSelectedName(java.lang.String selectedName)
Set the selected element in the list.
|
void |
setSelectList(java.lang.String[] selectList)
Set the select list of the value.
|
void |
setVisibleRowCount(java.lang.Integer visibleRowCount)
Set the number of visible rows in the list.
|
addPropertyChangeListener, addPropertyChangeListener, entrySet, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getIdent, getProperties, getProperty, getPropertyChangeArray, getPropertyChangeListenerArray, getPropertyChangeListenerArray, isPropertyChangeEventSuspended, main, release, removePropertyChangeListener, removePropertyChangeListener, setIdent, setProperties, setProperty, setSource, suspendPropertyChangeEvents, toString
clear, clone, containsKey, containsValue, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
public static final java.lang.String version
protected java.lang.String[] selectList
protected java.lang.String selectedName
protected java.lang.Integer selectedIndex
protected java.lang.Integer visibleRowCount
protected java.lang.String labelName
protected boolean newList
protected boolean newName
protected boolean newIndex
public FwkListDialogPaneValue()
public FwkListDialogPaneValue(java.lang.String ident)
ident
- The ident of the value.public java.lang.String getVersion()
FwkInterface
getVersion
in interface FwkInterface
getVersion
in class FwkDialogPaneValue
public java.lang.String getLabelName()
public java.lang.Integer getSelectedIndex()
public java.lang.String getSelectedName()
public java.lang.String[] getSelectList()
public java.lang.Integer getVisibleRowCount()
protected void recalcIndexByName()
protected void recalcNameByIndex()
public void setLabelName(java.lang.String labelName)
labelName
- The name of the label string on the property bus.public void setSelectedIndex(java.lang.Integer selectedIndex)
selectedIndex
- The index of the selected element.public void setSelectedName(java.lang.String selectedName)
selectedName
- The name of the selected element.public void setSelectList(java.lang.String[] selectList)
selectList
- The new select list.public void setVisibleRowCount(java.lang.Integer visibleRowCount)
visibleRowCount
- The number of visible rows.