public class FormSubmitButton extends FreeButton
clickBackground, font, group, initialBackground, isCustomStyle, overBackground, toggleAFTEREDIT, AFTERINIT, BEFOREEDIT, CHANGE, DEFAULT_FONT_SIZE, disabled, EVENT_CLICK, EVENT_STATECHANGE, invisible, STOPEDIT, widgetName, XML_TAG| 构造器和说明 |
|---|
FormSubmitButton() |
FormSubmitButton(java.lang.String text) |
| 限定符和类型 | 方法和说明 |
|---|---|
JSONObject |
createJSONConfig(Repository repo,
Calculator c,
NodeVisitor nodeVisitor)
以JSONObject方式返回button的配置信息
|
Listener[] |
createListeners(Repository repo)
创建监听事件
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getXType()
控件xType,每个控件的特有标记和控件一一对应
|
boolean |
supportMobile()
支持移动
|
dealWithListener4Compatible, getButtonHeight, getButtonWidth, getClickBackground, getCustomButton, getFont, getGroup, getInitialBackground, getOverBackground, isCustomStyle, isToggle, readBackground, readXML, setClickBackground, setCustomButton, setCustomStyle, setFont, setGroup, setInitialBackground, setOverBackground, setToggle, writeXMLclone, createChildConfig, getHotkeys, getIconName, getText, isEditor, isShowIcon, isShowText, resolveText, setHotkeys, setIconName, setShowIcon, setShowText, setText, supportedEvents, value2ConfigacceptType, changeOnlyVisibleAuthorityState, changeUsableAuthorityState, changeVisibleAuthorityState, cleanAuthority, dealInvisible, dealWithPresentableValue, getContentHeight, getContentWidth, getDescription, getDisableAction, getEnableAction, getInvisibleAction, getLabelName, getVisibleAction, getWidgetName, getWidgetPrivilegeControl, hasDataOnInit, hashCode, isChartRelated, isDirtyWidget, isDoneUsableAuthority, isDoneVisibleAuthority, isEnabled, isUsableAuthority, isVisible, isVisibleAuthority, resize, resize, setChartRelated, setDescription, setEnabled, setLabelName, setVisible, setWidgetName, setWidgetPrivilegeControl, toImage, toImage, toString, updateChildBoundsaddListener, clearListeners, createJSONListener, getConvertMap, getListener, getListenerSizecopy, getId, getNameSpace, setId, setNameSpacegetClassInfo, getData, invalidate, isLoad, setClassInfo, setDatapublic FormSubmitButton()
public FormSubmitButton(java.lang.String text)
public java.lang.String getXType()
WidgetgetXType 在类中 FreeButtonpublic boolean supportMobile()
supportMobile 在类中 Widgetpublic Listener[] createListeners(Repository repo)
createListeners 在类中 Observerrepo - 参数public JSONObject createJSONConfig(Repository repo, Calculator c, NodeVisitor nodeVisitor) throws JSONException
FreeButtoncreateJSONConfig 在类中 FreeButtonrepo - 会话来源信息c - 指定解析器nodeVisitor - 节点访问JSONException - 异常public boolean equals(java.lang.Object obj)
equals 在类中 FreeButton