public class XMLButtonAttribute extends XMLAttribute
Title: 工作流设计工具(BPD)
Description: XMLAttribute的扩展类,主要用于活动定义中办理人选择条件等属性设置
Copyright: Copyright (c) 2004
Company: itjds
enumsAttribute, patts, isCollapsed, isReadOnly, isRequired, isVisible, labelName, name, NEWLINE, OFFSET, value| 构造器和说明 |
|---|
XMLButtonAttribute(String name)
已过时。
构造器
|
| 限定符和类型 | 方法和说明 |
|---|---|
String[][] |
getDefaultChoices()
已过时。
|
String |
getOldValue()
已过时。
|
XMLPanel |
getPanel()
已过时。
Returns the panel for editing an attribute element value.
|
String |
getToolTipText()
已过时。
|
boolean |
isModified()
已过时。
|
void |
refreshDisplayValue()
已过时。
|
void |
setDefaultChoices(String[][] choices)
已过时。
|
void |
setModified(boolean isModified)
已过时。
|
void |
setOldValue(String oldValue)
已过时。
|
void |
setToolTipText(String toolTip)
已过时。
|
clone, fromXML, getChoices, getChoosen, getEnumsAttribute, getOldPanel, isEmpty, refreshLabelName, refreshPanelValue, setChoices, setEnumsAttribute, setValue, toKey, toString, toValue, toXMLgetChoosenIndex, itemChanged, setChoosenIndex, setReadOnlyfromXML, getNode, getPrintDescription, getPrintDescription, isCollapsed, isReadOnly, isRequired, isValid, isValidEnter, isVisible, setCollapsed, setLabelName, setRequired, setVisible, toLabel, toNamepublic XMLButtonAttribute(String name)
name - 属性名称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.
public String getOldValue()
public void setOldValue(String oldValue)
public boolean isModified()
public void setModified(boolean isModified)
public void setToolTipText(String toolTip)
public String getToolTipText()
public void refreshDisplayValue()
refreshDisplayValue 在类中 XMLAttributepublic void setDefaultChoices(String[][] choices)
public String[][] getDefaultChoices()
Copyright © 2023 onecode. All rights reserved.