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

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

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

Methods in org.dspace.app.xmlui.wing that return Message
static Message AbstractWingTransformer.message(String key)
          This is a short cut method for creating a new message object, this allows them to be created with one simple method call that uses the default catalogue.
static Message AbstractWingTransformer.message(String catalogue, String key)
          This is a short cut method for creating a new message object.
 Message Message.parameterize(Object... dictionaryParameters)
          Parameterize this translate key by specifying dictionary parameters.
 

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

Methods in org.dspace.app.xmlui.wing.element with parameters of type Message
 void Row.addCellContent(Message message)
          Add a new cell to the table.
 void TextContainer.addContent(Message message)
          Add translated content to container.
 void Field.addError(Message message)
          The error elements denotes that the fields value is invalid for the given context.
 void List.addItem(Message key)
          Add an item element that contains only translated content.
 void List.addItemXref(String target, Message key)
          Add an item to the list that contains a link.
 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 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, 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(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(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 Division.addPara(Message message)
          Append a paragraph to the division and set the content of the paragraph.
 void PageMeta.addTrailLink(String target, Message message)
          Add a new trail link to the page.
 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.
protected  void AbstractWingElement.require(Message parameter, String message)
          Check to make sure the parameter is not null or an empty string.
 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 Field.setHelp(Message message)
          The help element provides help instructions to assist the user in using this field.
 void Instance.setInterpretedValue(Message message)
          Set the interpreted value of the field removing any previous interpreted values.
 void Field.setLabel(Message message)
          The help element provides help instructions to assist the user in using this field.
 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.
 

Constructors in org.dspace.app.xmlui.wing.element with parameters of type Message
Data(WingContext context, Message message)
          Construct a new data element using translated content.
 



Copyright © 2010 The DSpace Foundation. All Rights Reserved.