|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DialogPage
DialogPages are used to combine several controls in one Dialog which acts as a container. Different implementations are available to create tabs/trees or wizard-like sequences.
Field Summary | |
---|---|
static String |
DESCRIPTION_PROPERTY
|
static String |
PAGE_COMPLETE_PROPERTY
|
Fields inherited from interface org.springframework.richclient.dialog.Messagable |
---|
MESSAGE_PROPERTY |
Method Summary | |
---|---|
String |
getDescription()
Returns this dialog page's description text. |
Icon |
getIcon()
Returns this dialog page's icon. |
String |
getId()
Returns this page's name. |
Image |
getImage()
Returns this dialog page's image. |
Message |
getMessage()
Returns the current message for this dialog page. |
String |
getTitle()
Returns this dialog page's title. |
boolean |
isPageComplete()
Returns whether this page is complete or not. |
boolean |
isVisible()
Returns the visibility of this dialog page. |
void |
performHelp()
Notifies that help has been requested for this dialog page. |
void |
setVisible(boolean visible)
Sets the visibility of this dialog page. |
Methods inherited from interface org.springframework.richclient.factory.ControlFactory |
---|
getControl |
Methods inherited from interface org.springframework.richclient.dialog.Messagable |
---|
setMessage |
Methods inherited from interface org.springframework.binding.value.PropertyChangePublisher |
---|
addPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListener |
Methods inherited from interface org.springframework.richclient.core.Guarded |
---|
isEnabled, setEnabled |
Field Detail |
---|
static final String DESCRIPTION_PROPERTY
static final String PAGE_COMPLETE_PROPERTY
Method Detail |
---|
String getId()
String getTitle()
null
if noneString getDescription()
null
if noneMessage getMessage()
null
if noneImage getImage()
null
if noneIcon getIcon()
null
if nonevoid performHelp()
void setVisible(boolean visible)
visible
- true
to make this page visible, and
false
to hide itboolean isVisible()
true
this page is visible, or false
if this page is hiddenboolean isPageComplete()
This information is typically to decide when it is okay to submit a form.
true
if this page is complete, and
false
otherwise
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |