|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.dspace.app.xmlui.wing.element.AbstractWingElement
org.dspace.app.xmlui.wing.element.Container
org.dspace.app.xmlui.wing.element.TextContainer
org.dspace.app.xmlui.wing.element.RichTextContainer
public abstract class RichTextContainer
| Field Summary |
|---|
| Fields inherited from class org.dspace.app.xmlui.wing.element.Container |
|---|
contents |
| Fields inherited from class org.dspace.app.xmlui.wing.element.AbstractWingElement |
|---|
context |
| Constructor Summary | |
|---|---|
protected |
RichTextContainer(WingContext context)
Construct a new rich text container. |
| Method Summary | |
|---|---|
Button |
addButton(String name)
Add a button input control that when activated by the user will submit the form, including all the fields, back to the server for processing. |
Button |
addButton(String name,
String rend)
Add a button input control that when activated by the user will submit the form, including all the fields, back to the server for processing. |
CheckBox |
addCheckBox(String name)
Add a boolean input control which may be toggled by the user. |
CheckBox |
addCheckBox(String name,
String rend)
Add a boolean input control which may be toggled by the user. |
Composite |
addComposite(String name)
Add a composite input control. |
Composite |
addComposite(String name,
String rend)
Add a composite input control. |
Figure |
addFigure(String source,
String target,
String rend)
Add a figure element to the character container. |
Figure |
addFigure(String source,
String target,
String title,
String rend)
Add a figure element to the character container. |
File |
addFile(String name)
Add an input control that allows the user to select files to be submitted with the form. |
File |
addFile(String name,
String rend)
Add an input control that allows the user to select files to be submitted with the form. |
Hidden |
addHidden(String name)
Add an input control that is not rendered on the screen and hidden from the user. |
Hidden |
addHidden(String name,
String rend)
Add an input control that is not rendered on the screen and hidden from the user. |
Highlight |
addHighlight(String rend)
Add highlighted content to the character container. |
Password |
addPassword(String name)
Add a single-line text input control where the input text is rendered in such a way as to hide the characters from the user. |
Password |
addPassword(String name,
String rend)
Add a single-line text input control where the input text is rendered in such a way as to hide the characters from the user. |
Radio |
addRadio(String name)
Add a boolean input control which may be toggled by the user. |
Radio |
addRadio(String name,
String rend)
Add a boolean input control which may be toggled by the user. |
Select |
addSelect(String name)
Add a menu input control which allows the user to select from a list of available options. |
Select |
addSelect(String name,
String rend)
Add a menu input control which allows the user to select from a list of available options. |
Text |
addText(String name)
Add a single-line text input control. |
Text |
addText(String name,
String rend)
Add a single-line text input control. |
TextArea |
addTextArea(String name)
Add a multi-line text input control. |
TextArea |
addTextArea(String name,
String rend)
Add a multi-line text input control. |
Xref |
addXref(String target)
Add a new reference to the character container. |
void |
addXref(String target,
Message key)
Add a new reference to the character container. |
void |
addXref(String target,
Message key,
String rend)
Add a new reference to the character container. |
void |
addXref(String target,
Message key,
String rend,
String name)
Add a new reference to the character container. |
void |
addXref(String target,
String characters)
Add a new reference to the character container. |
void |
addXref(String target,
String characters,
String rend)
Add a new reference to the character container. |
void |
addXref(String target,
String characters,
String rend,
String name)
Add a new reference to the character container. |
| Methods inherited from class org.dspace.app.xmlui.wing.element.TextContainer |
|---|
addContent, addContent, addContent |
| Methods inherited from class org.dspace.app.xmlui.wing.element.Container |
|---|
dispose, toSAX |
| Methods inherited from class org.dspace.app.xmlui.wing.element.AbstractWingElement |
|---|
endElement, endElement, getWingContext, greater, lesser, require, require, requireFalse, requireTrue, restrict, sendCharacters, setWingContext, startElement, startElement |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected RichTextContainer(WingContext context)
throws WingException
context - (Required) The context this element is contained in.
WingException| Method Detail |
|---|
public Highlight addHighlight(String rend)
throws WingException
rend - (May be null) a rendering hint used to override the default
display of the element.
WingException
public Xref addXref(String target)
throws WingException
target - (Required) A target URL for the references a destination for
the xref.
WingException
public void addXref(String target,
String characters)
throws WingException
target - (Required) A target URL for the references a destination for
the xref.characters - (May be null) The link's body
WingException
public void addXref(String target,
String characters,
String rend)
throws WingException
target - (Required) A target URL for the references a destination for
the xref.characters - (May be null) The link's bodyrend - (May be null) Special rendering instructions.
WingException
public void addXref(String target,
String characters,
String rend,
String name)
throws WingException
target - (Required) A target URL for the references a destination for
the xref.characters - (May be null) The link's bodyrend - (May be null) Special rendering instructions.name - (May be null) local identifier
WingException
public void addXref(String target,
Message key)
throws WingException
target - (Required) A target URL for the references a destination for
the xref.key - (Required) The link's body
WingException
public void addXref(String target,
Message key,
String rend)
throws WingException
target - (Required) A target URL for the references a destination for
the xref.key - (Required) The link's bodyrend - (May be null) Special rendering instructions
WingException
public void addXref(String target,
Message key,
String rend,
String name)
throws WingException
target - (Required) A target URL for the references a destination for
the xref.key - (Required) The link's bodyrend - (May be null) Special rendering instructions
WingException
public Figure addFigure(String source,
String target,
String rend)
throws WingException
source - (Required) The source for the image, using a URL or a
pre-defined XML entity.target - (May be null) The target reference for the image if the image
is to operate as a link.rend - (May be null) a rendering hint used to override the default
display of the element.
WingException
public Figure addFigure(String source,
String target,
String title,
String rend)
throws WingException
source - (Required) The source for the image, using a URL or a
pre-defined XML entity.target - (May be null) The target reference for the image if the image
is to operate as a link.rend - (May be null) a rendering hint used to override the default
display of the element.
WingException
public Button addButton(String name,
String rend)
throws WingException
name - (Required) a non-unique local identifier used to differentiate
the element from its siblings within an interactive division.
This is the name of the field use when data is submitted back
to the server.rend - (May be null) a rendering hint used to override the default
display of the element.
WingException
public Button addButton(String name)
throws WingException
name - (Required) a non-unique local identifier used to differentiate
the element from its siblings within an interactive division.
This is the name of the field use when data is submitted back
to the server.
WingException
public CheckBox addCheckBox(String name,
String rend)
throws WingException
name - (Required) a non-unique local identifier used to differentiate
the element from its siblings within an interactive division.
This is the name of the field use when data is submitted back
to the server.rend - (May be null) a rendering hint used to override the default
display of the element.
WingException
public CheckBox addCheckBox(String name)
throws WingException
name - (Required) a non-unique local identifier used to differentiate
the element from its siblings within an interactive division.
This is the name of the field use when data is submitted back
to the server.
WingException
public Composite addComposite(String name,
String rend)
throws WingException
name - (Required) a non-unique local identifier used to differentiate
the element from its siblings within an interactive division.rend - (May be null) a rendering hint used to override the default
display of the element.
WingException
public Composite addComposite(String name)
throws WingException
name - (Required) a non-unique local identifier used to differentiate
the element from its siblings within an interactive division.
WingException
public File addFile(String name,
String rend)
throws WingException
name - (Required) a non-unique local identifier used to differentiate
the element from its siblings within an interactive division.
This is the name of the field use when data is submitted back
to the server.rend - (May be null) a rendering hint used to override the default
display of the element.
WingException
public File addFile(String name)
throws WingException
name - (Required) a non-unique local identifier used to differentiate
the element from its siblings within an interactive division.
This is the name of the field use when data is submitted back
to the server.
WingException
public Hidden addHidden(String name,
String rend)
throws WingException
name - (Required) a non-unique local identifier used to differentiate
the element from its siblings within an interactive division.
This is the name of the field use when data is submitted back
to the server.rend - (May be null) a rendering hint used to override the default
display of the element.
WingException
public Hidden addHidden(String name)
throws WingException
name - (Required) a non-unique local identifier used to differentiate
the element from its siblings within an interactive division.
This is the name of the field use when data is submitted back
to the server.
WingException
public Password addPassword(String name,
String rend)
throws WingException
name - (Required) a non-unique local identifier used to differentiate
the element from its siblings within an interactive division.
This is the name of the field use when data is submitted back
to the server.rend - (May be null) a rendering hint used to override the default
display of the element.
WingException
public Password addPassword(String name)
throws WingException
name - (Required) a non-unique local identifier used to differentiate
the element from its siblings within an interactive division.
This is the name of the field use when data is submitted back
to the server.
WingException
public Radio addRadio(String name,
String rend)
throws WingException
name - (Required) a non-unique local identifier used to differentiate
the element from its siblings within an interactive division.
This is the name of the field use when data is submitted back
to the server.rend - (May be null) a rendering hint used to override the default
display of the element.
WingException
public Radio addRadio(String name)
throws WingException
name - (Required) a non-unique local identifier used to differentiate
the element from its siblings within an interactive division.
This is the name of the field use when data is submitted back
to the server.
WingException
public Select addSelect(String name,
String rend)
throws WingException
name - (Required) a non-unique local identifier used to differentiate
the element from its siblings within an interactive division.
This is the name of the field use when data is submitted back
to the server.rend - (May be null) a rendering hint used to override the default
display of the element.
WingException
public Select addSelect(String name)
throws WingException
name - (Required) a non-unique local identifier used to differentiate
the element from its siblings within an interactive division.
This is the name of the field use when data is submitted back
to the server.
WingException
public Text addText(String name,
String rend)
throws WingException
name - (Required) a non-unique local identifier used to differentiate
the element from its siblings within an interactive division.
This is the name of the field use when data is submitted back
to the server.rend - (May be null) a rendering hint used to override the default
display of the element.
WingException
public Text addText(String name)
throws WingException
name - (Required) a non-unique local identifier used to differentiate
the element from its siblings within an interactive division.
This is the name of the field use when data is submitted back
to the server.
WingException
public TextArea addTextArea(String name,
String rend)
throws WingException
name - (Required) a non-unique local identifier used to differentiate
the element from its siblings within an interactive division.
This is the name of the field use when data is submitted back
to the server.rend - (May be null) a rendering hint used to override the default
display of the element.
WingException
public TextArea addTextArea(String name)
throws WingException
name - (Required) a non-unique local identifier used to differentiate
the element from its siblings within an interactive division.
This is the name of the field use when data is submitted back
to the server.
WingException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||