Package com.orchestranetworks.ui
Class UIBeanEditorV4
- java.lang.Object
-
- com.orchestranetworks.ui.UIBeanEditor
-
- com.orchestranetworks.ui.UIBeanEditorV4
-
@Deprecated public abstract class UIBeanEditorV4 extends UIBeanEditor
Deprecated.To use only for backward compatibility ofUIBeanEditorimplementations written in versions 4.x. One must consider to migrate these implementations as soon as possible.Abstract class for implementingUIBeanEditorwritten in versions 4.x and using the henceforth deprecated methods of the classUIResponseContext. These deprecated methods are:UIResponseContext.js*,UIResponseContext.addandUIResponseContext.add_cr*.
- See Also:
UIBeanEditor
-
-
Constructor Summary
Constructors Constructor Description UIBeanEditorV4()Deprecated.
-
Method Summary
-
Methods inherited from class com.orchestranetworks.ui.UIBeanEditor
addForDisplay, addForDisplayInTable, addForEdit, addForEditInTable, addForNull, addForNullInTable, addForPrint, addList, getMessageForSettingNull, getMessageForSettingValue, shallValidateInput, shallValidateInputList, validateInput, validateInputList
-
-