Oracle Fusion Middleware extensions for Enterprise Scheduler Service
11g Release 1 (11.1.1.5)

E22563-01

oracle.apps.fnd.applcp.migrate.modeler.common
Interface UIHints

All Known Implementing Classes:
DescriptiveFlexfieldDefImpl, KeyFlexfieldDefImpl, SegmentDefImpl

public interface UIHints

Information for rendering the user interface.


Method Summary
 java.lang.String getControlType()
          Gets the preferred UI control type
 java.lang.String getDescription()
          Gets the description.
 int getDisplayWidth()
          Gets the display width.
 java.lang.String getLabel()
          Gets the Label.
 java.lang.String getTitle()
          Gets the title.
 boolean isHidden()
          Returns true if the associated component should be hidden.
 boolean isReadOnly()
          Returns true if the segment is read-only.
 boolean isReferenced()
          Returns true if the associated component is referenced by other components.
 

Method Detail

getTitle

java.lang.String getTitle()
Gets the title.

Returns:
the title

getDescription

java.lang.String getDescription()
Gets the description.

Returns:
the description

getLabel

java.lang.String getLabel()
Gets the Label.

Returns:
the Label

getControlType

java.lang.String getControlType()
Gets the preferred UI control type

Returns:
the preferred control type

isHidden

boolean isHidden()
Returns true if the associated component should be hidden.

Returns:
true if the associated component should be hidden

getDisplayWidth

int getDisplayWidth()
Gets the display width.

Returns:
the display width

isReferenced

boolean isReferenced()
Returns true if the associated component is referenced by other components. In general, the UI of the associated component should post back the data changes as soon as possible if the component is updatable and referenced.

Returns:
true if the associated component is referenced by other components

isReadOnly

boolean isReadOnly()
Returns true if the segment is read-only.

Returns:
true if the segment is read-only

Oracle Fusion Middleware extensions for Enterprise Scheduler Service
11g Release 1 (11.1.1.5)

E22563-01

Copyright © 2011 Oracle. All Rights Reserved.