NavigableInstance Interface

com.bea.netuix.application.instance
NavigableInstance Interface

public interface NavigableInstance

A Marker 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.


All Known Implementing Classes
PageInstance, BookInstance

Method Summary

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

Method Detail

getNavigableDefinition() Method

public 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

getNavigableDefinitionId() Method

public 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

getNavigableInstanceId() Method

public 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