Class EditField

java.lang.Object
oracle.tip.tools.presentation.uiobjects.sdk.EditField
com.bea.alsb.presentation.EditField
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
TransportEditField

public class EditField extends oracle.tip.tools.presentation.uiobjects.sdk.EditField implements Serializable
Represents a single editable UI element in provider-specific portion of OSB console service registration wizard.
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class oracle.tip.tools.presentation.uiobjects.sdk.EditField

    oracle.tip.tools.presentation.uiobjects.sdk.EditField.LabelFieldAlignment, oracle.tip.tools.presentation.uiobjects.sdk.EditField.LabelFieldLayout
  • Field Summary

    Fields inherited from class oracle.tip.tools.presentation.uiobjects.sdk.EditField

    DEFAULT_ROW_IDENTIFIER
  • Constructor Summary

    Constructors
    Constructor
    Description
    EditField(String name, String label, String description, boolean isrequired, boolean isdisabled, UIObject object)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    utils method to get a map of fields
    returns the UI Object
    utils method to get a map of UI objects

    Methods inherited from class oracle.tip.tools.presentation.uiobjects.sdk.EditField

    getDescription, getFieldMap, getHelpText, getLabel, getLabelFieldLayout, getName, getObjectMap, getOneRowLabelFieldAlignment, getRowIdentifier, isAdvanced, isBasic, isDisabled, isRequired, setAdvanced, setDisabled, setRequired

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • EditField

      public EditField(String name, String label, String description, boolean isrequired, boolean isdisabled, UIObject object)
  • Method Details

    • getObject

      public UIObject getObject()
      returns the UI Object
      Overrides:
      getObject in class oracle.tip.tools.presentation.uiobjects.sdk.EditField
    • getFieldMap

      public static Map<String,EditField> getFieldMap(EditField[] fields)
      utils method to get a map of fields
    • getObjectMap

      public static Map<String,UIObject> getObjectMap(EditField[] fields)
      utils method to get a map of UI objects