public class CustomToolBarButton extends ToolBarButton
conditionAFTEREDIT, AFTERINIT, BEFOREEDIT, CHANGE, DEFAULT_FONT_SIZE, disabled, EVENT_CLICK, EVENT_STATECHANGE, invisible, STOPEDIT, widgetName, XML_TAG| 构造器和说明 |
|---|
CustomToolBarButton() |
CustomToolBarButton(java.lang.String text,
java.lang.String iconName) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected JavaScriptImpl |
clickAction(Repository repo) |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getJs() |
JavaScript |
getJSImpl() |
void |
readXML(XMLableReader reader)
Read XML.
|
void |
setJs(java.lang.String js) |
void |
setJSImpl(JavaScript jsImpl) |
void |
writeXML(XMLPrintWriter writer)
Write XML.
|
createJSONConfig, createListeners, getCondition, initAction, onContentPanelAfterLoad, setCondition, widgetNameclone, createChildConfig, getHotkeys, getIconName, getText, getXType, 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, dealWithListener4Compatible, getConvertMap, getListener, getListenerSizecopy, getId, getNameSpace, setId, setNameSpacegetClassInfo, getData, invalidate, isLoad, setClassInfo, setDatapublic CustomToolBarButton()
public CustomToolBarButton(java.lang.String text,
java.lang.String iconName)
public java.lang.String getJs()
public void setJs(java.lang.String js)
public JavaScript getJSImpl()
public void setJSImpl(JavaScript jsImpl)
protected JavaScriptImpl clickAction(Repository repo)
clickAction 在类中 ToolBarButtonpublic void readXML(XMLableReader reader)
WidgetreadXML 在接口中 XMLReadablereadXML 在类中 ToolBarButtonreader - XML读取对象XMLableReaderpublic void writeXML(XMLPrintWriter writer)
WidgetwriteXML 在接口中 XMLWriterwriteXML 在类中 ToolBarButtonwriter - the PrintWriter.public boolean equals(java.lang.Object obj)
equals 在类中 ToolBarButton