com.togethersoft.openapi.baseexpert
Interface ExpertConstants


public interface ExpertConstants

Expert constants

Author:
TogetherSoft
Version: 1.0

Field Summary
 final static StringCONTROLLER_BOUND_PROPERTY
          If the model will detect conditions which require to change the state
of expert control buttons (Next, Previous, Finish)
the PropertyChangeEvent with this property name should be fired
 final static intDISABLE_ACTION_CODE
          If ExpertController should disable Next or Previous action
it's getNextPageNumber() and getPreviousPageNumber() should return this
 final static StringNEW_DIALOG_EXPERT_RUNNER
           
 final static intPARENT_EXPERT_PREV_PAGE
          If ExpertController should disable Previous action but the parent Expert page should be shown
it's getPreviousPageNumber() should return this

Field Detail

CONTROLLER_BOUND_PROPERTY

public final static String CONTROLLER_BOUND_PROPERTY
If the model will detect conditions which require to change the state
of expert control buttons (Next, Previous, Finish)
the PropertyChangeEvent with this property name should be fired

DISABLE_ACTION_CODE

public final static int DISABLE_ACTION_CODE
If ExpertController should disable Next or Previous action
it's getNextPageNumber() and getPreviousPageNumber() should return this

NEW_DIALOG_EXPERT_RUNNER

public final static String NEW_DIALOG_EXPERT_RUNNER

PARENT_EXPERT_PREV_PAGE

public final static int PARENT_EXPERT_PREV_PAGE
If ExpertController should disable Previous action but the parent Expert page should be shown
it's getPreviousPageNumber() should return this

Association Links

to Class java.lang.String

to Class java.lang.String

If the model will detect conditions which require to change the state
of expert control buttons (Next, Previous, Finish)
the PropertyChangeEvent with this property name should be fired