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

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

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

Methods in org.dspace.app.xmlui.wing with parameters of type WingContext
protected  WingDocument AbstractWingTransformer.createWingDocument(WingContext wingContext)
          Construct a new WingDocument.
 

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

Fields in org.dspace.app.xmlui.wing.element declared as WingContext
protected  WingContext AbstractWingElement.context
          The current context this element is operating under.
 

Methods in org.dspace.app.xmlui.wing.element that return WingContext
protected  WingContext AbstractWingElement.getWingContext()
          Return the currently registered wing context.
 

Methods in org.dspace.app.xmlui.wing.element with parameters of type WingContext
protected  void AbstractWingElement.setWingContext(WingContext context)
          Set the WingContext, note there are potential side effects of changing the WingContext once it has been used.
 

Constructors in org.dspace.app.xmlui.wing.element with parameters of type WingContext
AbstractWingElement(WingContext context)
          Construct a new WingElement.
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.
Figure(WingContext context, String source, String target, String title, String rend)
           
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.
Xref(WingContext context, String target, String rend, String name)
          Construct a new xref link.
 



Copyright © 2012 DuraSpace. All Rights Reserved.