|
LEONARDI Application Composer - 8.9.0.40 by W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectleon.control.LyController
leon.control.form.LyFieldController
leon.control.form.LyFieldConsultController
leon.control.form.LyFieldSetController
leon.control.form.LyChoiceFieldSetController
leon.control.form.LyEditTableChoiceFieldSetController
public class LyEditTableChoiceFieldSetController
Field controler for a modification of a LyChoiceFieldInfo in an editable table.
LyEditTableSetController
Field Summary | |
---|---|
static java.lang.String |
__VERSION
File version |
Fields inherited from class leon.control.form.LyFieldSetController |
---|
STANDARD_ARRAY_TOOL, STANDARD_CLASSINFO, TRANSVERSE_ACTION_SEP |
Fields inherited from class leon.control.form.LyFieldController |
---|
FORM_FIELD_SEP, OLD_FORM_FIELD_SEP |
Fields inherited from class leon.control.LyController |
---|
_nbControllers, _nextId, CONTROLLER_ID_SEP, DEFAULT_IMAGE_FORMAT, DEMAND_HELP, ID_SEP |
Constructor Summary | |
---|---|
LyEditTableChoiceFieldSetController(LyEditTableSetController parent,
LyChoiceFieldInfo fieldInfo)
Constructor. |
Method Summary | |
---|---|
LyBuilder |
getDefaultBuilder()
Factory of the default builder for a controller. |
LyFormField |
getFormField(LyFieldInfo fieldInfo)
Accessor to the formField (View component) associated to the fieldInfo. |
boolean |
isEnabled()
Accessor to the enabled/disabled status for a field in the form. |
boolean |
isOptional()
Accessor to the optional status for a field in the form. |
void |
setEditable(boolean editable)
Changes current field status to (non-)editable. |
void |
setEnabled(boolean enabled)
Changes current field status to (non-)enabled. |
Methods inherited from class leon.control.form.LyChoiceFieldSetController |
---|
getFieldValue, propagate, setOptional |
Methods inherited from class leon.control.form.LyFieldSetController |
---|
actionDemand, addTempFilePath, cancel, checkIfModified, clear, commit, completeValue, control, endValidate, getControllerContext, getFieldValue, getFinalValue, getLastValue, getModel, getParentFieldController, getSetController, getTransverseActions, getUnit, getValue, isCreation, isEditable, reset, resetFromValue, restore, save, setFieldValue, setHidden, setInternal, startValidate, unitChanged, update, updateFieldItem, updateViewContent, updateViewFromValues |
Methods inherited from class leon.control.form.LyFieldConsultController |
---|
isHidden, setLabel |
Methods inherited from class leon.control.form.LyFieldController |
---|
clearViewCache, free, getAction, getAreaController, getBehavior, getClassInfo, getComponent, getDefaultFieldUnit, getDefaultFieldUnit, getEnvironment, getFieldController, getFieldInfo, getFormController, getFormField, getImage, getInfoLabel, getInfoLabel, getLabel, getObject, getState, getViewController, hasMark, invokeTransverseAction, isIdle, menuDemand, setAreaNoScroll, setFieldValue, setFormField, setState, toString |
Methods inherited from class leon.control.LyController |
---|
activateViewDemand, demandPerformed, dragDropDemand, getApplication, getBehaviorInterface, getBuilder, getClassInfo, getId, getImage, getImage, getImage, getImageFromPrefix, getImageFromPrefix, getImageFromPrefix, getKeyValue, getLastModified, getName, getObjectId, getParent, getSession, getUserData, getView, getViewManager, hasViewController, helpDemand, hideView, hideView, isFreed, selectionDemand, setBuilder, setBuilderClass, setIdle, setLastModified, setName, setUserData, showError, showError, showView, showWarning |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String __VERSION
Constructor Detail |
---|
public LyEditTableChoiceFieldSetController(LyEditTableSetController parent, LyChoiceFieldInfo fieldInfo)
parent
- parent controllerfieldInfo
- choice field handled by this controllerMethod Detail |
---|
public LyBuilder getDefaultBuilder()
LyController
getDefaultBuilder
in class LyFieldSetController
LyFieldSetController.getDefaultBuilder()
public LyFormField getFormField(LyFieldInfo fieldInfo)
getFormField
in class LyFieldController
fieldInfo
- the fieldInfo which is associated to the view component.
public boolean isOptional()
isOptional
in class LyFieldSetController
public void setEditable(boolean editable)
setEditable
in class LyFieldSetController
editable
- new fieldInfo status. (default is true or
obtained from the view description)public void setEnabled(boolean enabled)
setEnabled
in class LyFieldSetController
enabled
- new fieldInfo status. (default is true or
obtained from the view description)public boolean isEnabled()
isEnabled
in class LyFieldSetController
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |