Uses of Class
org.dspace.app.xmlui.wing.WingException

Packages that use WingException
org.dspace.app.xmlui.wing   
org.dspace.app.xmlui.wing.element   
 

Uses of WingException in org.dspace.app.xmlui.wing
 

Subclasses of WingException in org.dspace.app.xmlui.wing
 class WingInvalidArgument
          A class representing an error generated by the Wing framework.
 class WingOperationNotSupported
          A class representing an error generated by the Wing framework.
 

Methods in org.dspace.app.xmlui.wing that throw WingException
 void IncludePageMeta.addPageMeta(PageMeta pageMeta)
          Include the metadata in the page metadata.
 void WingContext.checkValidity()
          Check that the context is valid, and able to be used.
protected  WingDocument AbstractWingTransformer.createWingDocument(WingContext wingContext)
          Construct a new WingDocument.
 HashMap<String,String> ObjectManager.getAllManagedRepositories()
          Return a list of all repositories managed by this manager.
 String ObjectManager.getObjectType(Object object)
          Return a descriptive, repository specfic, type for the object.
 String ObjectManager.getObjectURL(Object object)
          Return a url refrencing the object's metadata.
 String ObjectManager.getRepositoryIdentifier(Object object)
          Return a unique identifier of the repository this object is contained in.
 boolean ObjectManager.manageObject(Object object)
          Determine if the supplied object is manageable by this implementation of ObjectManager.
 void AbstractWingTransformer.setupWing()
          Set up the transformer so that it can build a feeder Wing document and merge it into the main document FIXME: Update document: - this method must be called to initialize the framework.
 

Uses of WingException in org.dspace.app.xmlui.wing.element
 

Methods in org.dspace.app.xmlui.wing.element that throw WingException
 void Division.addBehaviorSensitiveField(String fieldName)
          Add to the list of behavior sensitive fields, these fields should be updated each time a request partial page is submitted.
 Button RichTextContainer.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 RichTextContainer.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.
 Cell Row.addCell()
          Add a new cell to the table.
 Cell Row.addCell(int rows, int cols)
          Add a new cell to the table.
 Cell Row.addCell(String role)
          Add a new cell to the table.
 Cell Row.addCell(String name, String role, int rows, int cols, String rend)
          Add a new cell to the table.
 Cell Row.addCell(String name, String role, String rend)
          Add a new cell to the table.
 void Row.addCellContent(Message message)
          Add a new cell to the table.
 void Row.addCellContent(String characters)
          Add a new cell to the table.
 CheckBox RichTextContainer.addCheckBox(String name)
          Add a boolean input control which may be toggled by the user.
 CheckBox Composite.addCheckBox(String name)
          Add a boolean input control which may be toggled by the user.
 CheckBox RichTextContainer.addCheckBox(String name, String rend)
          Add a boolean input control which may be toggled by the user.
 CheckBox Composite.addCheckBox(String name, String rend)
          Add a boolean input control which may be toggled by the user.
 Composite RichTextContainer.addComposite(String name)
          Add a composite input control.
 Composite RichTextContainer.addComposite(String name, String rend)
          Add a composite input control.
 void TextContainer.addContent(int integer)
          Add integer content to container.
 void TextContainer.addContent(Message message)
          Add translated content to container.
 void TextContainer.addContent(String characters)
          Add character content to container.
 Division Body.addDivision(String name)
          Append a new division (div element) to the document's body.
 Division Division.addDivision(String name)
          Add a sub division for further logical grouping of content.
 Division Body.addDivision(String name, String rend)
          Append a new division (div element) to the document's body.
 Division Division.addDivision(String name, String rend)
          Add a sub division for further logical grouping of content.
 Error Field.addError()
          The error elements denotes that the fields value is invalid for the given context.
 void Field.addError(Message message)
          The error elements denotes that the fields value is invalid for the given context.
 void Field.addError(String characters)
          The error elements denotes that the fields value is invalid for the given context.
 Figure RichTextContainer.addFigure(String source, String target, String rend)
          Add a figure element to the character container.
 File RichTextContainer.addFile(String name)
          Add an input control that allows the user to select files to be submitted with the form.
 File RichTextContainer.addFile(String name, String rend)
          Add an input control that allows the user to select files to be submitted with the form.
 Hidden RichTextContainer.addHidden(String name)
          Add an input control that is not rendered on the screen and hidden from the user.
 Hidden Division.addHidden(String name)
          Add a hidden field to the division, this is a common operation that is not directly supported by DRI.
 Hidden RichTextContainer.addHidden(String name, String rend)
          Add an input control that is not rendered on the screen and hidden from the user.
 Highlight RichTextContainer.addHighlight(String rend)
          Add highlighted content to the character container.
 Instance CheckBox.addInstance()
          Add a field instance
 Instance TextArea.addInstance()
          Add a field instance
 Instance Text.addInstance()
          Add a field instance
 Instance Composite.addInstance()
          Add a field instance
 Instance Radio.addInstance()
          Add a field instance
 Instance Select.addInstance()
          Add a field instance
 Division Division.addInteractiveDivision(String name, String action, String method)
          Add an interactive sub division for further logical grouping of content without specifing special rendering instructions.
 Division Body.addInteractiveDivision(String name, String action, String method, String rend)
          Append a new interactive division (div element) to the document's body.
 Division Division.addInteractiveDivision(String name, String action, String method, String rend)
          Add an interactive sub division for further logical grouping of content.
 Item List.addItem()
          Add an empty unnamed item.
 void List.addItem(Message key)
          Add an item element that contains only translated content.
 void List.addItem(String characters)
          Add an item element that contains only character content.
 Item List.addItem(String name, String rend)
          Add an item element, which serves a dual purpose.
 void List.addItemXref(String target, Message key)
          Add an item to the list that contains a link.
 void List.addItemXref(String target, String characters)
          Add an item to the list that contains a link.
 void List.addLabel()
          Add a label element, they are associated with an item and annotates that item with a number, a textual description of some sort, or a simple bullet.
 void List.addLabel(Message key)
          Add a label element, they are associated with an item and annotates that item with a number, a textual description of some sort, or a simple bullet.
 void List.addLabel(String characters)
          Add a label element, they are associated with an item and annotates that item with a number, a textual description of some sort, or a simple bullet.
 Label List.addLabel(String name, String rend)
          Add a label element, they are associated with an item and annotates that item with a number, a textual description of some sort, or a simple bullet.
 List Division.addList(String name)
          Append a list to the division.
 List List.addList(String name)
          Add a new sublist to this list.
 List Options.addList(String name)
          Add a new sublist to this item.
 List Division.addList(String name, String type)
          Append a list to the division.
 List List.addList(String name, String type)
          Add a new sublist to this list.
 List Division.addList(String name, String type, String rend)
          append a list to the division.
 List List.addList(String name, String type, String rend)
          Add a new sublist to this list.
 List Options.addList(String name, String type, String rend)
          Add a new sublist to this item.
 Metadata UserMeta.addMetadata(String element)
          Add metadata about the requesting user to the document.
 Metadata PageMeta.addMetadata(String element)
          Add metadata about this page.
 Metadata UserMeta.addMetadata(String element, String qualifier)
          Add metadata about the requesting user to the document.
 Metadata PageMeta.addMetadata(String element, String qualifier)
          Add metadata about this page.
 Metadata UserMeta.addMetadata(String element, String qualifier, String language)
          Add metadata about the requesting user to the document.
 Metadata PageMeta.addMetadata(String element, String qualifier, String language)
          Add metadata about this page.
 Metadata UserMeta.addMetadata(String element, String qualifier, String language, boolean allowMultiple)
          Add metadata about the requesting user to the document.
 Metadata PageMeta.addMetadata(String element, String qualifier, String language, boolean allowMultiple)
          Add metadata about this page.
 void CheckBox.addOption(boolean selected, int returnValue, Message message)
          Add an option.
 void Radio.addOption(boolean selected, int returnValue, Message message)
          Add an option.
 void Select.addOption(boolean selected, int returnValue, Message message)
          Add a select option.
 void CheckBox.addOption(boolean selected, int returnValue, String characters)
          Add an option.
 void Radio.addOption(boolean selected, int returnValue, String characters)
          Add an option.
 void Select.addOption(boolean selected, int returnValue, String characters)
          Add a select option.
 Option CheckBox.addOption(boolean selected, String returnValue)
          Add an option.
 Option Radio.addOption(boolean selected, String returnValue)
          Add an option.
 Option Select.addOption(boolean selected, String returnValue)
          Add a select option.
 void CheckBox.addOption(boolean selected, String returnValue, Message message)
          Add an option.
 void Radio.addOption(boolean selected, String returnValue, Message message)
          Add an option.
 void Select.addOption(boolean selected, String returnValue, Message message)
          Add a select option.
 void CheckBox.addOption(boolean selected, String returnValue, String characters)
          Add an option.
 void Radio.addOption(boolean selected, String returnValue, String characters)
          Add an option.
 void Select.addOption(boolean selected, String returnValue, String characters)
          Add a select option.
 Option CheckBox.addOption(int returnValue)
          Add an option.
 void CheckBox.addOption(int returnValue, Message message)
          Add an option.
 void Radio.addOption(int returnValue, Message message)
          Add an option.
 void Select.addOption(int returnValue, Message message)
          Add a select option.
 void CheckBox.addOption(int returnValue, String characters)
          Add an option.
 void Radio.addOption(int returnValue, String characters)
          Add an option.
 void Select.addOption(int returnValue, String characters)
          Add a select option.
 Option CheckBox.addOption(String returnValue)
          Add an option.
 Option Radio.addOption(String returnValue)
          Add an option.
 Option Select.addOption(String returnValue)
          Add a select option.
 void CheckBox.addOption(String returnValue, Message message)
          Add an option.
 void Radio.addOption(String returnValue, Message message)
          Add an option.
 void Select.addOption(String returnValue, Message message)
          Add a select option.
 void CheckBox.addOption(String returnValue, String characters)
          Add an option.
 void Radio.addOption(String returnValue, String characters)
          Add an option.
 void Select.addOption(String returnValue, String characters)
          Add a select option.
 Value Instance.addOptionValue(String option)
          Add an option value, there may be many of these.
 Para Division.addPara()
          Append an unnamed paragraph to the division
 void Division.addPara(Message message)
          Append a paragraph to the division and set the content of the paragraph.
 void Division.addPara(String characters)
          Append a paragraph to the division and set the content of the paragraph.
 Para Division.addPara(String name, String rend)
          Append a paragraph to the division
 Password RichTextContainer.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 RichTextContainer.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 RichTextContainer.addRadio(String name)
          Add a boolean input control which may be toggled by the user.
 Radio Composite.addRadio(String name)
          Add a boolean input control which may be toggled by the user.
 Radio RichTextContainer.addRadio(String name, String rend)
          Add a boolean input control which may be toggled by the user.
 Radio Composite.addRadio(String name, String rend)
          Add a boolean input control which may be toggled by the user.
 Reference ReferenceSet.addReference(Object object)
          Add an object refrence.
 ReferenceSet Reference.addReferenceSet(String type)
          Add a nested include set
 ReferenceSet Division.addReferenceSet(String name, String type)
          Add a reference set for metadata refrences.
 ReferenceSet Reference.addReferenceSet(String type, String orderBy)
          Add a nested reference set
 ReferenceSet Reference.addReferenceSet(String type, String orderBy, String render)
          Add a nested reference set.
 ReferenceSet Division.addReferenceSet(String name, String type, String orderBy, String rend)
          Add a reference set for metadata refrences.
 Row Table.addRow()
          Add a new row to the table.
 Row Table.addRow(String role)
          Add a new row to the table.
 Row Table.addRow(String name, String role, String rend)
          Add a new row to the table.
 Select RichTextContainer.addSelect(String name)
          Add a menu input control which allows the user to select from a list of available options.
 Select Composite.addSelect(String name)
          Add a menu input control which allows the user to select from a list of available options.
 Select RichTextContainer.addSelect(String name, String rend)
          Add a menu input control which allows the user to select from a list of available options.
 Select Composite.addSelect(String name, String rend)
          Add a menu input control which allows the user to select from a list of available options.
 void Division.addSimpleHTMLFragment(boolean blankLines, String HTML)
          Add a section of translated HTML to the DRI document.
 Table Division.addTable(String name, int rows, int cols)
          Append a table to the division.
 Table Division.addTable(String name, int rows, int cols, String rend)
          Append a table to the division.
 Text RichTextContainer.addText(String name)
          Add a single-line text input control.
 Text Composite.addText(String name)
          Add a single-line text input control.
 Text RichTextContainer.addText(String name, String rend)
          Add a single-line text input control.
 Text Composite.addText(String name, String rend)
          Add a single-line text input control.
 TextArea RichTextContainer.addTextArea(String name)
          Add a multi-line text input control.
 TextArea Composite.addTextArea(String name)
          Add a multi-line text input control.
 TextArea RichTextContainer.addTextArea(String name, String rend)
          Add a multi-line text input control.
 TextArea Composite.addTextArea(String name, String rend)
          Add a multi-line text input control.
 Trail PageMeta.addTrail()
          Add a new trail to the page without a link or render attribute.
 Trail PageMeta.addTrail(String target, String rend)
          Add a new trail to the page.
 void PageMeta.addTrailLink(String target, Message message)
          Add a new trail link to the page.
 void PageMeta.addTrailLink(String target, String characters)
          Add a new trail link to the page.
 Xref RichTextContainer.addXref(String target)
          Add a new reference to the character container.
 void RichTextContainer.addXref(String target, Message key)
          Add a new reference to the character container.
 void RichTextContainer.addXref(String target, Message key, String rend)
          Add a new reference to the character container.
 void RichTextContainer.addXref(String target, String characters)
          Add a new reference to the character container.
 void RichTextContainer.addXref(String target, String characters, String rend)
          Add a new reference to the character container.
 void Params.enableAddOperation()
          Enable the add operation for this field set.
 void CheckBox.enableAddOperation()
          Enable the add operation for this field.
 void TextArea.enableAddOperation()
          Enable the add operation for this field.
 void Text.enableAddOperation()
          Enable the add operation for this field.
 void Composite.enableAddOperation()
          Enable the add operation for this field.
 void Radio.enableAddOperation()
          Enable the add operation for this field.
 void Select.enableAddOperation()
          Enable the add operation for this field.
 void Params.enableDeleteOperation()
          Enable the delete operation for this field set.
 void CheckBox.enableDeleteOperation()
          Enable the delete operation for this field.
 void TextArea.enableDeleteOperation()
          Enable the delete operation for this field.
 void Text.enableDeleteOperation()
          Enable the delete operation for this field.
 void Composite.enableDeleteOperation()
          Enable the delete operation for this field.
 void Radio.enableDeleteOperation()
          Enable the delete operation for this field.
 void Select.enableDeleteOperation()
          Enable the delete operation for this field.
 Attributes Body.merge(Attributes attributes)
          Inform this element that it is being merged with an existing body.
 Attributes WingDocument.merge(Attributes attributes)
          Notify the element that this document is being merged.
 Attributes RepositoryMeta.merge(Attributes attributes)
          Inform this element that it is being merged with an existing element.
 Attributes Division.merge(Attributes attributes)
          Notify this element that it is being merged.
 Attributes UserMeta.merge(Attributes attributes)
          Inform this element that it is being merged with an existing element.
 Attributes Meta.merge(Attributes attributes)
          Notify this element that it is being merged.
 Attributes List.merge(Attributes attributes)
          Inform this list that it is being merged with an existing element.
 Attributes PageMeta.merge(Attributes attributes)
          Inform this element that it is being merged with an existing element.
 Attributes Options.merge(Attributes attributes)
          Inform the options element that it is being merged with an existing options element.
 Attributes WingMergeableElement.merge(Attributes attributes)
          Inform this element that it is being merged with an existing element.
 WingMergeableElement Body.mergeChild(String namespace, String localName, String qName, Attributes attributes)
          Merge this SAX event into the body.
 WingMergeableElement WingDocument.mergeChild(String namespace, String localName, String qName, Attributes attributes)
          Merge the given event into this document.
 WingMergeableElement RepositoryMeta.mergeChild(String namespace, String localName, String qName, Attributes attributes)
          Since we will only add to the object set and never modify an existing object we do not merge any child elements.
 WingMergeableElement Division.mergeChild(String namespace, String localName, String qName, Attributes attributes)
          Merge the given sub-domain of metadata elements.
 WingMergeableElement UserMeta.mergeChild(String namespace, String localName, String qName, Attributes attributes)
          Since metadata can not be merged there are no mergeable children.
 WingMergeableElement Meta.mergeChild(String namespace, String localName, String qName, Attributes attributes)
          Merge the given sub-domain of metadata elements.
 WingMergeableElement List.mergeChild(String namespace, String localName, String qName, Attributes attributes)
          Merge the given SAX startElement event into this list's child.
 WingMergeableElement PageMeta.mergeChild(String namespace, String localName, String qName, Attributes attributes)
          Since metadata can not be merged there are no mergeable children.
 WingMergeableElement Options.mergeChild(String namespace, String localName, String qName, Attributes attributes)
          Find the sublist that this SAX event represents.
 WingMergeableElement WingMergeableElement.mergeChild(String namespace, String localName, String qName, Attributes attributes)
          Merge the given SAX startElement event into this element's child.
 boolean Body.mergeEqual(String namespace, String localName, String qName, Attributes attributes)
          Is this SAX event equivalent to this body?
 boolean WingDocument.mergeEqual(String namespace, String localName, String qName, Attributes attributes)
          Is this document the same as the given SAX event.
 boolean RepositoryMeta.mergeEqual(String namespace, String localName, String qName, Attributes attributes)
          Determine if the given SAX event is a ObjectMeta element.
 boolean Division.mergeEqual(String namespace, String localName, String qName, Attributes attributes)
          Determine if the given SAX event is the same division element.
 boolean UserMeta.mergeEqual(String namespace, String localName, String qName, Attributes attributes)
          Determine if the given SAX event is a UserMeta element.
 boolean Meta.mergeEqual(String namespace, String localName, String qName, Attributes attributes)
          Determine if the given SAX event is a Meta element.
 boolean PageMeta.mergeEqual(String namespace, String localName, String qName, Attributes attributes)
          Determine if the given SAX event is a PageMeta element.
 boolean WingMergeableElement.mergeEqual(String namespace, String localName, String qName, Attributes attributes)
          Determine if the given SAX startElement event is equivalent to this WingElement.
 Value TextArea.setAuthorityValue()
          Set the authority value of the field removing any previous authority values.
 Value Instance.setAuthorityValue()
          Set the authority value of the field removing any previous authority values.
 Value Text.setAuthorityValue()
          Set the authority value of the field removing any previous authority values.
 Value TextArea.setAuthorityValue(String characters, String confidence)
          Set the authority value of the field removing any previous authority values.
 Value Instance.setAuthorityValue(String characters, String confidence)
          Set the authority value of the field removing any previous authority values.
 Value Text.setAuthorityValue(String characters, String confidence)
          Set the authority value of the field removing any previous authority values.
 Body WingDocument.setBody()
          Set the body element containing the structural elements associated with this document.
 void Instance.setCheckedValue(boolean checked, String characters)
          Set the checkbox (or radio) value of this field.
 void Params.setChoicesPresentation(String value)
          Set the kind of UI presentation requested for this choice, e.g.
 void Field.setChoicesPresentation(String value)
          Set the kind of UI presentation requested for this choice, e.g.
 Head Division.setHead()
          Set the head element which is the label associated with this division.
 Head Table.setHead()
          Set the head element which is the label associated with this table.
 Head List.setHead()
          Set the head element which is the label associated with this list.
 Head ReferenceSet.setHead()
          Set the head element which is the label associated with this referenceset.
 void Division.setHead(Message message)
          Set the head element which is the label associated with this division.
 void Table.setHead(Message message)
          Set the head element which is the label associated with this table.
 void List.setHead(Message key)
          Set the head element which is the label associated with this list.
 void ReferenceSet.setHead(Message message)
          Set the head element which is the label associated with this referenceset.
 void Division.setHead(String characters)
          Set the head element which is the label associated with this division.
 void Table.setHead(String characters)
          Set the head element which is the label associated with this table.
 void List.setHead(String characters)
          Set the head element which is the label associated with this list.
 void ReferenceSet.setHead(String characters)
          Set the head element which is the label associated with this referenceset.
 Help Field.setHelp()
          The help element provides help instructions to assist the user in using this field.
 void Field.setHelp(Message message)
          The help element provides help instructions to assist the user in using this field.
 void Field.setHelp(String characters)
          The help element provides help instructions to assist the user in using this field.
 Value Instance.setInterpretedValue()
          Set the interpreted value of the field removing any previous interpreted values.
 void Instance.setInterpretedValue(Message message)
          Set the interpreted value of the field removing any previous interpreted values.
 void Instance.setInterpretedValue(String characters)
          Set the interpreted value of the field removing any previous interpreted values.
 Label Field.setLabel()
          The help element provides help instructions to assist the user in using this field.
 void Field.setLabel(Message message)
          The help element provides help instructions to assist the user in using this field.
 void Field.setLabel(String characters)
          The help element provides help instructions to assist the user in using this field.
 Meta WingDocument.setMeta()
          Set the meta element of this Document containing all the metadata associated with this document.
 Options WingDocument.setOptions()
          Set the Options element containing the structural navigational structure associated with this document.
 void CheckBox.setOptionSelected(int returnValue)
          Set the given option as selected.
 void Instance.setOptionSelected(int returnValue)
          Set the given option as selected.
 void Radio.setOptionSelected(int returnValue)
          Set the given option as selected.
 void Select.setOptionSelected(int returnValue)
          Set the given option as selected.
 void CheckBox.setOptionSelected(String returnValue)
          Set the given option as checked.
 void Instance.setOptionSelected(String returnValue)
          Set the given option as selected.
 void Radio.setOptionSelected(String returnValue)
          Set the given option as selected.
 void Select.setOptionSelected(String returnValue)
          Set the given option as selected.
 PageMeta Meta.setPageMeta()
          Set a new page oriented metadata set.
 RepositoryMeta Meta.setRepositoryMeta()
          Set a new repository oriented metadata set.
 UserMeta Meta.setUserMeta()
          Set a new user oriented metadata set.
 Value TextArea.setValue()
          Set the raw value of the field removing any previous raw values.
 Value Instance.setValue()
          Set the raw value of the field removing any previous raw values.
 Value Text.setValue()
          Set the raw value of the field removing any previous raw values.
 Value Button.setValue()
          Set the button's label, removing any previous label's
 Value Hidden.setValue()
          Set the raw value of the field removing any previous raw values.
 void Instance.setValue(boolean checked)
          Set the raw value of the field removing any previous raw values.
 void Hidden.setValue(int integer)
          Set the raw value of the field removing any previous raw values.
 void TextArea.setValue(Message message)
          Set the raw value of the field removing any previous raw values.
 void Instance.setValue(Message message)
          Set the raw value of the field removing any previous raw values.
 void Text.setValue(Message message)
          Set the raw value of the field removing any previous raw values.
 void Button.setValue(Message translated)
          Set the button's label, removing any previous label's
 void Hidden.setValue(Message message)
          Set the raw value of the field removing any previous raw values.
 void TextArea.setValue(String characters)
          Set the raw value of the field removing any previous raw values.
 void Instance.setValue(String characters)
          Set the raw value of the field removing any previous raw values.
 void Text.setValue(String characters)
          Set the raw value of the field removing any previous raw values.
 void Button.setValue(String characters)
          Set the button's label, removing any previous label's
 void Hidden.setValue(String characters)
          Set the raw value of the field removing any previous raw values.
 

Constructors in org.dspace.app.xmlui.wing.element that throw WingException
Body(WingContext context)
          Generate a new Body framework element.
Button(WingContext context, String name, String rend)
          Construct a new field.
Cell(WingContext context, String name, String role, int rows, int cols, String rend)
          Construct a new cell.
CheckBox(WingContext context, String name, String rend)
          Construct a new field.
Composite(WingContext context, String name, String rend)
          Construct a new field.
Container(WingContext context)
           
Data(WingContext context, Message message)
          Construct a new data element using translated content.
Data(WingContext context, String characters)
          Construct a new data element with untranslated content.
Division(WingContext context, String name, String rend)
          Construct a non interactive division.
Division(WingContext context, String name, String action, String method, String rend)
          Construct an interactive division.
Error(WingContext context)
          Construct a new field error.
Field(WingContext context, String name, String type, String rend)
          Construct a new field.
Figure(WingContext context, String source, String target, String rend)
          Construct a new figure.
File(WingContext context, String name, String rend)
          Construct a new field.
Head(WingContext context, String name)
          Construct a new head.
Help(WingContext context)
          Construct a new field help.
Hidden(WingContext context, String name, String rend)
          Construct a new field.
Highlight(WingContext context, String rend)
          Construct a new highlight element.
Instance(WingContext context)
          Construct a new field value, when used in a multiple value context
Item(WingContext context, String name, String rend)
          Construct a new item.
Label(WingContext context, String name, String rend)
          Construct a new label.
List(WingContext context, String name, String type, String rend)
          Construct a new list.
Meta(WingContext context)
           
Metadata(WingContext context, String element, String qualifier, String language, boolean allowMultiple)
          Construct a new metadata.
Option(WingContext context, String returnValue)
           
Options(WingContext context)
          Generate a new Options framework element.
PageMeta(WingContext context)
          Construct a new pageMeta
Para(WingContext context, String name, String rend)
          Construct a new paragraph.
Params(WingContext context)
          Construct a new parameter's element
Password(WingContext context, String name, String rend)
          Construct a new field.
Radio(WingContext context, String name, String rend)
          Construct a new field.
Reference(WingContext context, Object object)
          Construct a new object reference.
ReferenceSet(WingContext context, boolean childreference, String name, String type, String orderBy, String rend)
          Construct a new referenceSet
RepositoryMeta(WingContext context)
          Construct a new RepositoryMeta
RichTextContainer(WingContext context)
          Construct a new rich text container.
Row(WingContext context, String name, String role, String rend)
          Construct a new table row.
Select(WingContext context, String name, String rend)
          Construct a new field.
SimpleHTMLFragment(WingContext context, boolean blankLines, String fragment)
          Construct a fragment object for translating into DRI.
Table(WingContext context, String name, int rows, int cols, String rend)
          Construct a new row.
Text(WingContext context, String name, String rend)
          Construct a new field.
TextArea(WingContext context, String name, String rend)
          Construct a new field.
TextContainer(WingContext context)
          Construct a new text container.
Trail(WingContext context, String target, String rend)
          Construct a new trail
UserMeta(WingContext context)
          Construct a new userMeta
Value(WingContext context, String type)
          Construct a new field value, when used in a multiple value context
Value(WingContext context, String type, boolean checked)
          Construct a new field value, when used in a multiple value context
Value(WingContext context, String type, String optionOrConfidence)
          Construct a new field value, when used in a multiple value context
WingDocument(WingContext context)
          Generate a new wing document element.
Xref(WingContext context, String target)
          Construct a new xref link.
Xref(WingContext context, String target, String rend)
          Construct a new xref link.
 



Copyright © 2010 The DSpace Foundation. All Rights Reserved.