public class ExternalPackage.AttrHref extends XMLAttribute
enumsAttribute, patts, isCollapsed, isReadOnly, isRequired, isVisible, labelName, name, NEWLINE, OFFSET, value| 限定符和类型 | 方法和说明 |
|---|---|
XMLPanel |
getPanel()
Returns the panel for editing an attribute element value.
|
void |
setPathDirectly(String path) |
void |
setValue(Object v)
If this is not an attribute with restricted set of values, the super-class method is called, and if it is not,
the value that is passed is the value of language specific choice, so this value is put into the
choosen member of this class, and the real value that corresponds to this language specific value is
put into valuemember. of this class. |
clone, fromXML, getChoices, getChoosen, getEnumsAttribute, getOldPanel, isEmpty, refreshDisplayValue, refreshLabelName, refreshPanelValue, setChoices, setEnumsAttribute, toKey, toString, toValue, toXMLgetChoosenIndex, itemChanged, setChoosenIndex, setReadOnlyfromXML, getNode, getPrintDescription, getPrintDescription, isCollapsed, isReadOnly, isRequired, isValid, isValidEnter, isVisible, setCollapsed, setLabelName, setRequired, setVisible, toLabel, toNamepublic void setValue(Object v)
XMLAttributechoosen member of this class, and the real value that corresponds to this language specific value is
put into valuemember. of this class.setValue 在类中 XMLAttributev - the choice to be set.public void setPathDirectly(String path)
public XMLPanel getPanel()
XMLAttributegetPanel 在类中 XMLAttributeXMLTextPanel or XMLLocationPanel if attribute is not an attribute with restricted
values. Which of those two types of panel will be returned depends of how particular object of this class
is created.
XMLComboPanel or XMLRadioPanel if attribute has a set of restricted values. Which of
those two types of panel will be returned depends of how particular object of this class is created.
Copyright © 2023 onecode. All rights reserved.