public class SelectChoice extends Object implements Externalizable, Localizable
| Modifier and Type | Field and Description |
|---|---|
TreeElement |
copyNode
Deprecated.
No tests and no evidence it's used.
|
| Constructor and Description |
|---|
SelectChoice()
for deserialization only
|
SelectChoice(String labelID,
String value) |
SelectChoice(String labelID,
String labelInnerText,
boolean isLocalizable) |
SelectChoice(String labelOrID,
String Value,
boolean isLocalizable,
TreeElement item,
String labelRefName) |
SelectChoice(String labelID,
String labelInnerText,
String value,
boolean isLocalizable) |
| Modifier and Type | Method and Description |
|---|---|
List<kotlin.Pair<String,String>> |
getAdditionalChildren() |
String |
getChild(String childName) |
int |
getIndex() |
String |
getLabelInnerText() |
String |
getTextID() |
String |
getValue() |
boolean |
isLocalizable() |
void |
localeChanged(String locale,
Localizer localizer)
Updates the current object with the locate given.
|
void |
readExternal(DataInputStream in,
PrototypeFactory pf) |
Selection |
selection() |
void |
setIndex(int index) |
void |
setLocalizable(boolean localizable) |
void |
setTextID(String textID) |
String |
toString() |
void |
writeExternal(DataOutputStream out) |
@Deprecated public TreeElement copyNode
public SelectChoice()
public SelectChoice(String labelID, String labelInnerText, String value, boolean isLocalizable)
public SelectChoice(String labelOrID, String Value, boolean isLocalizable, TreeElement item, String labelRefName)
public void setIndex(int index)
public String getLabelInnerText()
public String getValue()
public int getIndex()
public void localeChanged(String locale, Localizer localizer)
LocalizablelocaleChanged in interface Localizablepublic void readExternal(DataInputStream in, PrototypeFactory pf) throws IOException, DeserializationException
readExternal in interface ExternalizableIOExceptionDeserializationExceptionpublic void writeExternal(DataOutputStream out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic Selection selection()
public boolean isLocalizable()
public void setLocalizable(boolean localizable)
public String getTextID()
public void setTextID(String textID)
Copyright © 2022. All rights reserved.