public abstract class ButtonGroup extends WriteUnableRepeatEditor
FieldEditor.DependenceNameSpacemodel, widgetValueallowBlank, errorMessage, fontSizeAFTEREDIT, AFTERINIT, BEFOREEDIT, CHANGE, DEFAULT_FONT_SIZE, disabled, EVENT_CLICK, EVENT_STATECHANGE, invisible, STOPEDIT, widgetName, XML_TAGTYPE_BOOLEAN, TYPE_DATABINDING, TYPE_DATE, TYPE_FORMULA, TYPE_NUMBER, TYPE_STRING, TYPE_TABLEDATA| 构造器和说明 |
|---|
ButtonGroup() |
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.Object |
clone() |
JSONObject |
createJSONConfig(Repository repo,
Calculator c,
NodeVisitor nodeVisitor)
以JSONObject方式返回Widget的配置信息
|
boolean |
equals(java.lang.Object obj) |
int |
getColumnsInRow() |
int[] |
getValueType()
返回支持的控件值类型
|
int |
hashCode()
获取哈希值
|
boolean |
isAdaptive()
是否自适应
|
boolean |
isEditor()
是否为编辑器控件
|
void |
readXML(XMLableReader reader)
Read XML.
|
void |
setAdaptive(boolean isAdaptive) |
void |
setColumnsInRow(int columnsInRow) |
java.lang.String[] |
supportedEvents()
当前控件支持的事件
|
void |
writeXML(XMLPrintWriter writer)
Write XML.
|
createJSONData, createJSONData, createJSONDataByDefaultValue, createValueResult, dependence, getDataBindDefaultValue, getDependenceMap, getDictionary, getModuleValue, getViewValue, getWidgetValue, hasDataOnInit, isRemoveRepeat, parseDefaultValue, setDependenceMap, setDictionary, setRemoveRepeat, setWidgetValue, supportMultiplegetErrorMessage, getFontSize, isAllowBlank, setAllowBlank, setErrorMessage, setFontSize, setWaterMarkConfig, toJSONStringacceptType, changeOnlyVisibleAuthorityState, changeUsableAuthorityState, changeVisibleAuthorityState, cleanAuthority, dealInvisible, dealWithPresentableValue, getContentHeight, getContentWidth, getDescription, getDisableAction, getEnableAction, getInvisibleAction, getLabelName, getVisibleAction, getWidgetName, getWidgetPrivilegeControl, getXType, isChartRelated, isDirtyWidget, isDoneUsableAuthority, isDoneVisibleAuthority, isEnabled, isUsableAuthority, isVisible, isVisibleAuthority, resize, resize, setChartRelated, setDescription, setEnabled, setLabelName, setVisible, setWidgetName, setWidgetPrivilegeControl, supportMobile, toImage, toImage, toString, updateChildBounds, value2ConfigaddListener, clearListeners, createJSONListener, createListeners, dealWithListener4Compatible, getConvertMap, getListener, getListenerSizecopy, getId, getNameSpace, setId, setNameSpacegetClassInfo, getData, invalidate, isLoad, setClassInfo, setDatagetFormatTextpublic boolean isEditor()
isEditor 在类中 FieldEditorpublic int getColumnsInRow()
public void setColumnsInRow(int columnsInRow)
public void setAdaptive(boolean isAdaptive)
public boolean isAdaptive()
public int[] getValueType()
DataControlpublic java.lang.String[] supportedEvents()
supportedEvents 在类中 FieldEditorpublic JSONObject createJSONConfig(Repository repo, Calculator c, NodeVisitor nodeVisitor) throws JSONException
createJSONConfig 在类中 WriteUnableRepeatEditorrepo - 请求会话来源的信息c - 当前算子nodeVisitor - 节点访问JSONException - Json异常public void readXML(XMLableReader reader)
WidgetreadXML 在接口中 XMLReadablereadXML 在类中 WriteUnableRepeatEditorreader - XML读取对象XMLableReaderpublic void writeXML(XMLPrintWriter writer)
WidgetwriteXML 在接口中 XMLWriterwriteXML 在类中 WriteUnableRepeatEditorwriter - the PrintWriter.public boolean equals(java.lang.Object obj)
equals 在类中 WriteUnableRepeatEditorpublic java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone 在接口中 FCloneableclone 在类中 Widgetjava.lang.CloneNotSupportedException - 如果克隆失败则抛出此异常