Interface ApplicationEditorUseEdit
- All Superinterfaces:
ApplicationEditorUseDescriptionEdit
,ApplicationEditorUseSpec
,ApplicationSpec
,BaseEdit
,BaseForm
,BaseSpec
- All Known Subinterfaces:
CreateApplicationEditorUseForm
public interface ApplicationEditorUseEdit
extends ApplicationEditorUseSpec, ApplicationEditorUseDescriptionEdit
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setDefaultEditorName
(String defaultEditorName) void
setDefaultHeight
(String defaultHeight) void
setDefaultWidth
(String defaultWidth) void
setIsDefault
(String isDefault) void
setSortOrder
(String sortOrder) Methods inherited from interface com.echothree.control.user.core.common.edit.ApplicationEditorUseDescriptionEdit
getDescription, setDescription
Methods inherited from interface com.echothree.control.user.core.common.spec.ApplicationEditorUseSpec
getApplicationEditorUseName, setApplicationEditorUseName
Methods inherited from interface com.echothree.control.user.core.common.spec.ApplicationSpec
getApplicationName, setApplicationName
Methods inherited from interface com.echothree.util.common.form.BaseForm
get, get, getFormName, getLimits, getOptions, getPreferredClobMimeTypeName, getTransferProperties, reset, set, set, setFormName, setLimits, setOptions, setPreferredClobMimeTypeName, setTransferProperties, toString
-
Method Details
-
getDefaultEditorName
-
setDefaultEditorName
-
getDefaultHeight
-
setDefaultHeight
-
getDefaultWidth
-
setDefaultWidth
-
getIsDefault
-
setIsDefault
-
getSortOrder
-
setSortOrder
-