public class FormSubmitButton extends FreeButton
clickBackground, font, group, initialBackground, isCustomStyle, overBackground, toggle
AFTEREDIT, 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, writeXML
clone, createChildConfig, getHotkeys, getIconName, getText, isEditor, isShowIcon, isShowText, resolveText, setHotkeys, setIconName, setShowIcon, setShowText, setText, supportedEvents, value2Config
acceptType, 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, updateChildBounds
addListener, clearListeners, createJSONListener, getConvertMap, getListener, getListenerSize
copy, getId, getNameSpace, setId, setNameSpace
getClassInfo, getData, invalidate, isLoad, setClassInfo, setData
public FormSubmitButton()
public FormSubmitButton(java.lang.String text)
public java.lang.String getXType()
Widget
getXType
在类中 FreeButton
public boolean supportMobile()
supportMobile
在类中 Widget
public Listener[] createListeners(Repository repo)
createListeners
在类中 Observer
repo
- 参数public JSONObject createJSONConfig(Repository repo, Calculator c, NodeVisitor nodeVisitor) throws JSONException
FreeButton
createJSONConfig
在类中 FreeButton
repo
- 会话来源信息c
- 指定解析器nodeVisitor
- 节点访问JSONException
- 异常public boolean equals(java.lang.Object obj)
equals
在类中 FreeButton