public class FileEditor extends FieldEditor
FieldEditor.DependenceNameSpace
限定符和类型 | 字段和说明 |
---|---|
static java.lang.String |
EVENT_UPLOAD_CALLBACK |
allowBlank, errorMessage, fontSize
AFTEREDIT, AFTERINIT, BEFOREEDIT, CHANGE, DEFAULT_FONT_SIZE, disabled, EVENT_CLICK, EVENT_STATECHANGE, invisible, STOPEDIT, widgetName, XML_TAG
构造器和说明 |
---|
FileEditor() |
限定符和类型 | 方法和说明 |
---|---|
JSONObject |
createJSONConfig(Repository repo,
Calculator c,
NodeVisitor nodeVisitor)
以JSONObject方式返回Widget的配置信息
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getAllowTypes() |
double |
getMaxSize() |
java.lang.String |
getUrl() |
java.lang.String |
getXType()
控件xType,每个控件的特有标记和控件一一对应
|
void |
readXML(XMLableReader reader)
Read XML.
|
void |
setAllowTypes(java.lang.String allowTypes) |
void |
setMaxSize(double m) |
void |
setUrl(java.lang.String url) |
java.lang.String[] |
supportedEvents()
获取支持的事件
|
boolean |
supportMobile()
是否支持移动端
|
void |
writeXML(XMLPrintWriter writer)
Write XML.
|
createJSONData, dependence, getErrorMessage, getFontSize, isAllowBlank, isEditor, setAllowBlank, setErrorMessage, setFontSize, setWaterMarkConfig, toJSONString
acceptType, changeOnlyVisibleAuthorityState, changeUsableAuthorityState, changeVisibleAuthorityState, cleanAuthority, clone, 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, value2Config
addListener, clearListeners, createJSONListener, createListeners, dealWithListener4Compatible, getConvertMap, getListener, getListenerSize
copy, getId, getNameSpace, setId, setNameSpace
getClassInfo, getData, invalidate, isLoad, setClassInfo, setData
public static final java.lang.String EVENT_UPLOAD_CALLBACK
public java.lang.String getUrl()
public void setUrl(java.lang.String url)
public double getMaxSize()
public void setMaxSize(double m)
public java.lang.String getAllowTypes()
public void setAllowTypes(java.lang.String allowTypes)
public java.lang.String getXType()
Widget
public boolean supportMobile()
supportMobile
在类中 Widget
public java.lang.String[] supportedEvents()
supportedEvents
在类中 FieldEditor
public boolean equals(java.lang.Object obj)
equals
在类中 FieldEditor
public JSONObject createJSONConfig(Repository repo, Calculator c, NodeVisitor nodeVisitor) throws JSONException
createJSONConfig
在类中 FieldEditor
repo
- 浏览器信息c
- 指定解析器nodeVisitor
- 节点访问JSONException
public void readXML(XMLableReader reader)
Widget
readXML
在接口中 XMLReadable
readXML
在类中 FieldEditor
reader
- XML读取对象XMLableReader
public void writeXML(XMLPrintWriter writer)
Widget
writeXML
在接口中 XMLWriter
writeXML
在类中 FieldEditor
writer
- the PrintWriter.