Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.6)

E22562-05

oracle.apps.fnd.applcore.customization.uiPublic.flex
Class FlexfieldChildNavigatorBean.Child

java.lang.Object
  extended by oracle.apps.fnd.applcore.customization.uiPublic.flex.FlexfieldChildNavigatorBean.Child
Direct Known Subclasses:
FlexfieldChildNavigatorBean.FlexfieldSegmentChild, FlexfieldReorderChildrenComponentChange.FlexfieldChild
Enclosing class:
FlexfieldChildNavigatorBean

public static class FlexfieldChildNavigatorBean.Child
extends java.lang.Object

Internal class represening each child of a component.


Constructor Summary
FlexfieldChildNavigatorBean.Child()
           
 
Method Summary
 java.lang.String getClientId()
          returns the client id of the selected component
 java.lang.String getIcon()
          returns the icon of child component
 java.lang.String getName()
          returns the name of child component
 boolean isDown()
           
 boolean isUp()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlexfieldChildNavigatorBean.Child

public FlexfieldChildNavigatorBean.Child()
Method Detail

getName

public java.lang.String getName()
returns the name of child component

Returns:

getIcon

public java.lang.String getIcon()
returns the icon of child component

Returns:

getClientId

public java.lang.String getClientId()
returns the client id of the selected component

Returns:

isUp

public boolean isUp()
Returns:

isDown

public boolean isDown()
Returns:

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.6)

E22562-05

Copyright © 2012 Oracle. All Rights Reserved.