|
Dali Provisional API Release 3.2 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface JpaEditorPageDefinition
A JPA editor page definition defines an editor page's:
FormEditor
behavior by not building the content
of any particular editor page until its tab is selected. When the tab
is selected we call
buildContent(IManagedForm, WidgetFactory, ResourceManager, PropertyValueModel).
ResourceUiDefinition,
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. It is available at this early stage to solicit feedback from
pioneering adopters on the understanding that any code that uses this API
will almost certainly be broken (repeatedly) as the API evolves.
| Method Summary | |
|---|---|
void |
buildContent(IManagedForm form,
WidgetFactory widgetFactory,
ResourceManager resourceManager,
PropertyValueModel<JpaStructureNode> rootStructureNodeModel)
Build the page's content in the specified form, using the specified widget factory, resource manager, and JPA structure node model. |
String |
getHelpID()
Return the page's help ID. |
ImageDescriptor |
getTitleImageDescriptor()
Return the descriptor for the image to be displayed alongside the page's title text. |
String |
getTitleText()
Return the text to be displayed in the page's title. |
| Method Detail |
|---|
ImageDescriptor getTitleImageDescriptor()
text.
ScrolledForm.getImage()String getTitleText()
ScrolledForm.getText()String getHelpID()
void buildContent(IManagedForm form,
WidgetFactory widgetFactory,
ResourceManager resourceManager,
PropertyValueModel<JpaStructureNode> rootStructureNodeModel)
|
Dali Provisional API Release 3.2 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||