public interface PortableViewCompilationEditor extends PortableViewSwingComponent
| Modifier and Type | Method and Description |
|---|---|
void |
allowChangeId(boolean allow)
Sets if id field could be changed or not (default is true)
|
PortableViewCompilation |
getCompilation()
Gets current editing compilation
|
boolean |
goNextStep()
Move to next wizard step
|
boolean |
goPreviousStep()
Move to previous wizard step
|
boolean |
goToFirstStep()
Move to first wizard step
|
boolean |
goToLastStep()
Move to last wizard step
Walk through all next steps
|
boolean |
isAllowedChangeId()
Informs if id field can be changed or not
|
boolean |
isCompilationValid()
Informs if all compilation data is valid
|
boolean |
isFirstStep()
Informs if current step is the first
|
boolean |
isLastStep()
Informs if current step is the last
|
void |
setListener(PortableViewCompilationEditorListener listener)
Sets the listener which will be informed of wizard result
|
getSwingComponentPortableViewCompilation getCompilation()
boolean isCompilationValid()
PortableViewCompilation.isValid(java.util.List)boolean goToFirstStep()
boolean goNextStep()
boolean goPreviousStep()
boolean goToLastStep()
Move to last wizard step
Walk through all next steps
boolean isLastStep()
boolean isFirstStep()
void setListener(PortableViewCompilationEditorListener listener)
listener - void allowChangeId(boolean allow)
allow - boolean isAllowedChangeId()