public class XMLSelectOption extends XMLElement
Title: 工作流设计工具(BPD)
Description: SelectOption类,用于存储name和text
Copyright: Copyright (c) 2005
Company: itjds
atts, isCollapsed, isReadOnly, isRequired, isVisible, labelName, NEWLINE, OFFSET, value| 构造器和说明 |
|---|
XMLSelectOption() |
XMLSelectOption(String name,
String text) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object o) |
String |
getName() |
String |
getPath() |
String |
getText() |
void |
setName(String name) |
void |
setPath(String path) |
void |
setText(String text) |
String |
toLabel()
Returns the text for element 'name' presentation within a dialog for
editing element.
|
String |
toString()
Returns the text representation of element's 'value'.
|
clone, fromXML, fromXML, getNode, getPanel, getPrintDescription, getPrintDescription, isCollapsed, isEmpty, isReadOnly, isRequired, isValid, isValidEnter, isVisible, refreshLabelName, setCollapsed, setLabelName, setReadOnly, setRequired, setValue, setVisible, toName, toValue, toXMLpublic String getPath()
public void setPath(String path)
public String getName()
public void setName(String name)
public String getText()
public void setText(String text)
public String toString()
XMLElementtoString method of it's value member, if value is
null, returns labelName member.toString 在类中 XMLElementpublic String toLabel()
XMLElementtoLabel 在类中 XMLElementCopyright © 2023 onecode. All rights reserved.