public class CardAddButton extends FreeButton
限定符和类型 | 字段和说明 |
---|---|
static int |
DEF_WIDTH |
clickBackground, font, group, initialBackground, isCustomStyle, overBackground, toggle
AFTEREDIT, 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, setToggle
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, supportMobile, toImage, toImage, toString, updateChildBounds
addListener, clearListeners, createJSONListener, createListeners, getConvertMap, getListener, getListenerSize
copy, getId, getNameSpace, setId, setNameSpace
getClassInfo, getData, invalidate, isLoad, setClassInfo, setData
public 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)
Widget
writeXML
在接口中 XMLWriter
writeXML
在类中 FreeButton
writer
- the PrintWriter.public void readXML(XMLableReader reader)
Widget
readXML
在接口中 XMLReadable
readXML
在类中 FreeButton
reader
- XML读取对象XMLableReader