com.bea.netuix.application.instance
Interface NavigableInstance

All Known Implementing Classes:
BookInstance, PageInstance

public interface NavigableInstance

An interface used to indicate that the implementation object can have a Navigation (tab) component associated with it. By definition NavigableInstance components can be contained in a BookView.


Method Summary
 NavigableDefinition getNavigableDefinition()
          Returns a NavigableDefinition associated with this NavigableInstance.
 NavigableDefinitionId getNavigableDefinitionId()
          Returns a NavigableDefinitionId for the NavigableDefinition associated with this NavigableInstance.
 NavigableInstanceId getNavigableInstanceId()
          Returns a NavigableInstanceId associated with this NavigableInstance.
 

Method Detail

getNavigableInstanceId

NavigableInstanceId getNavigableInstanceId()
Returns a NavigableInstanceId associated with this NavigableInstance. May return null if the NavigableInstance has not been retrieved using the persistence API

Returns
NavigableInstanceId

getNavigableDefinitionId

NavigableDefinitionId getNavigableDefinitionId()
Returns a NavigableDefinitionId for the NavigableDefinition associated with this NavigableInstance. May return null if the NavigableInstance has not been retrieved using the persistence API

Returns
NavigableDefinitionId

getNavigableDefinition

NavigableDefinition getNavigableDefinition()
Returns a NavigableDefinition associated with this NavigableInstance. May return null if the NavigableInstance has not been retrieved using the persistence API

Returns
NavigableDefinition


Copyright © 2000, 2009, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.