public class CardAddButton extends FreeButton
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
DEF_WIDTH |
clickBackground, font, group, initialBackground, isCustomStyle, overBackground, toggleAFTEREDIT, AFTERINIT, BEFOREEDIT, CHANGE, DEFAULT_FONT_SIZE, disabled, EVENT_CLICK, EVENT_STATECHANGE, invisible, STOPEDIT, widgetName| 构造器和说明 |
|---|
CardAddButton()
构造函数
|
CardAddButton(java.lang.String cardLayoutName)
构造函数
|
CardAddButton(java.lang.String cardLayoutName,
java.lang.String widgetName)
构造函数
|
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.String |
getCardLayoutName() |
void |
readXML(XMLableReader reader)
Read XML.
|
void |
setCardLayoutName(java.lang.String cardLayoutName) |
void |
writeXML(XMLPrintWriter writer)
Write XML.
|
createJSONConfig, dealWithListener4Compatible, equals, getButtonHeight, getButtonWidth, getClickBackground, getCustomButton, getFont, getGroup, getInitialBackground, getOverBackground, getXType, isCustomStyle, isToggle, readBackground, setClickBackground, setCustomButton, setCustomStyle, setFont, setGroup, setInitialBackground, setOverBackground, setToggleclone, 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, supportMobile, toImage, toImage, toString, updateChildBoundsaddListener, clearListeners, createJSONListener, createListeners, getConvertMap, getListener, getListenerSizecopy, getId, getNameSpace, setId, setNameSpacegetClassInfo, getData, invalidate, isLoad, setClassInfo, setDatapublic static final int DEF_WIDTH
public CardAddButton()
public CardAddButton(java.lang.String cardLayoutName)
cardLayoutName - 当前button用于哪一个cardlayoutpublic CardAddButton(java.lang.String cardLayoutName,
java.lang.String widgetName)
cardLayoutName - 当前button用于哪一个cardlayoutwidgetName - 设置当前button的名字public java.lang.String getCardLayoutName()
public void setCardLayoutName(java.lang.String cardLayoutName)
public void writeXML(XMLPrintWriter writer)
WidgetwriteXML 在接口中 XMLWriterwriteXML 在类中 FreeButtonwriter - the PrintWriter.public void readXML(XMLableReader reader)
WidgetreadXML 在接口中 XMLReadablereadXML 在类中 FreeButtonreader - XML读取对象XMLableReader