public class UserProperty extends XMLCollectionElement
attrId, ID_DELIMITER, myCollectionattributes, complexStructureatts, isCollapsed, isReadOnly, isRequired, isVisible, labelName, name, NEWLINE, OFFSET, value| 构造器和说明 |
|---|
UserProperty(UserProperties ups)
Creates a new instance of the class.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
clone()
Used to create exact copy of instance of this class.
|
protected void |
fillStructure()
Defines the super-class method.
|
XMLPanel |
getPanel()
Prepares the panel to show editable fields of UserProperty instance.
|
XMLPanel |
getPanel(int no)
Prepares the one of the group panels that contains some of this element
editable fields.
|
boolean |
isMandatory()
Indicates if user define activity property is mandatory for all
activities within a package.
|
boolean |
isMandatoryFromNowOn()
Indicates if user define activity property is mandatory for every
activity within a package created after it's definition.
|
boolean |
isOptional()
Indicates if user define activity property is optional.
|
String |
toString()
Overrides super-class method to retreive the value of this class "Name"
attribute.
|
fromXML, getCollection, getID, getNode, isIDUniqueAndValid, setCollectionget, get, getChildElements, getElementsCount, getIndex, isEmpty, isValid, processAttributes, processElements, refreshLabelName, set, set, setReadOnly, toComplexType, toComplexTypeValues, toComplexValues, toXMLfromXML, getPrintDescription, getPrintDescription, isCollapsed, isReadOnly, isRequired, isValidEnter, isVisible, setCollapsed, setLabelName, setRequired, setValue, setVisible, toLabel, toName, toValuepublic UserProperty(UserProperties ups)
ups - The reference to collection of user properties where this
instance will be put into.protected void fillStructure()
fillStructure 在类中 XMLCollectionElementpublic boolean isMandatory()
public boolean isMandatoryFromNowOn()
public boolean isOptional()
public String toString()
toString 在类中 XMLComplexElementpublic XMLPanel getPanel(int no)
no - The ordinal number of group panel to be shown.public XMLPanel getPanel()
getPanel 在类中 XMLComplexElementpublic Object clone()
clone 在类中 XMLCollectionElementCopyright © 2023 onecode. All rights reserved.