| Modifier and Type | Method and Description |
|---|---|
Content |
Container.getContent()
Obtain the content of a container.
|
Content |
Form.getContent()
The Content contained in the form.
|
Content |
Group.getContent()
Obtain the content of a Group.
|
Content |
Page.getContent()
Creates a Content from the Page object's contents and resources.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Container.isCurrentlyVisible(OptionalContentContext occ,
Content content)
Tests whether a container is visible in a given optional content context and content.
|
boolean |
Form.isCurrentlyVisible(OptionalContentContext occ,
Content content)
Tests whether an form is visible in a given optional content context and content.
|
boolean |
Container.makeVisible(OptionalContentContext occ,
Content content)
Makes a container visible in a given optional content context and content by manipulating the ON-OFF states of the optional content groups.
|
boolean |
Form.makeVisible(OptionalContentContext occ,
Content content)
Makes a form visible in a given optional content context and content by manipulating the ON-OFF states of the optional content groups.
|
void |
Container.setContent(Content content)
Set the content of a container.
|
void |
Form.setContent(Content content)
The Content contained in the form.
|
void |
Group.setContent(Content content)
Set the content of a Group.
|
| Constructor and Description |
|---|
Form(Content content)
Create a form with the given Content.
|
Form(Content content,
Document document)
Create a form with the given Content.
|
Group(Content content)
Create a Group with the given Content.
|