+

Search Tips   |   Advanced Search

 PREV CLASS   NEXT CLASS
Tree 
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

com.ibm.portal.pcm.dialog.state
Interface DialogSubstepModelProvider

public interface DialogSubstepModelProvider

An interface providing access to a DialogSubstepModel which may be used in order to contribute additional sub steps to existing DialogStep objects.

Since:
8.0.0

Method Summary
<T extends DialogSubstep>
DialogSubstepModel<T>
getDialogSubstepModel()
           
 

Method Detail

getDialogSubstepModel

<T extends DialogSubstep> DialogSubstepModel<T> getDialogSubstepModel()
Returns:
a dialog substep model scoped to the implementation of this provider
 PREV CLASS   NEXT CLASS
Tree 
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD