Package | Description |
---|---|
org.openqa.jetty.html |
Modifier and Type | Class and Description |
---|---|
class |
Applet
An Applet Block.
|
class |
Block
HTML Block Composite.
|
class |
Comment
HTML Comment.
|
class |
Font
HTML Font Block.
|
class |
Form
HTML Form.
|
class |
FrameSet
FrameSet.
|
class |
Heading
HTML Heading.
|
class |
Link
HTML Link Block.
|
class |
List
HTML List Block.
|
class |
Page
HTML Page.
|
class |
Script
HTML Script Block.
|
class |
Select
HTML select Block.
|
class |
Style
HTML Style Block.
|
class |
Table
A HTML Table element.
|
class |
TableForm
A form laid out in a Table.
|
class |
Target
HTML Link Target.
|
class |
Text
Deprecated.
all Composites now take Strings direct.
|
class |
TextArea
A Text Area within a form.
|
Modifier and Type | Field and Description |
---|---|
protected Composite |
Composite.nest |
Modifier and Type | Method and Description |
---|---|
Composite |
Composite.add(Object o)
Add an Object to the Composite by converting it to a Element or.
|
Composite |
Select.add(Object o)
Add option and specify if selected.
|
Composite |
List.add(Object o) |
Composite |
Page.getSection(String section)
Get a composite as a named section.
|
Composite |
Composite.nest(Composite c)
Nest a Composite within a Composite.
|
Composite |
CompositeFactory.newComposite() |
Composite |
List.newItem() |
Composite |
Composite.reset()
Empty the contents of this Composite .
|
Composite |
Composite.setNest(Composite c)
Explicit set of the Nested component.
|
Composite |
Composite.unnest()
Recursively unnest the composites.
|
Modifier and Type | Method and Description |
---|---|
void |
Page.addSection(String section,
Composite composite)
Set a composite as a named section and add it to the.
|
Composite |
Composite.nest(Composite c)
Nest a Composite within a Composite.
|
Composite |
Composite.setNest(Composite c)
Explicit set of the Nested component.
|
void |
Page.setSection(String section,
Composite composite)
Set a composite as a named section.
|
Copyright © 2013. All Rights Reserved.