org.cruxframework.crux.widgets.client.transferlist
Class TransferList.Item

java.lang.Object
  extended by org.cruxframework.crux.widgets.client.transferlist.TransferList.Item
Enclosing class:
TransferList

public static class TransferList.Item
extends Object

TODO - Gesse - Comment this

Author:
Gesse S. F. Dafe

Constructor Summary
TransferList.Item(String label, String value)
           
TransferList.Item(String label, String value, TransferList.ItemLocation location)
           
 
Method Summary
 String getLabel()
           
 TransferList.ItemLocation getLocation()
           
 String getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransferList.Item

public TransferList.Item(String label,
                         String value)
Parameters:
label -
value -

TransferList.Item

public TransferList.Item(String label,
                         String value,
                         TransferList.ItemLocation location)
Parameters:
label -
value -
location -
Method Detail

getLabel

public String getLabel()
Returns:
the label

getValue

public String getValue()
Returns:
the value

getLocation

public TransferList.ItemLocation getLocation()
Returns:
the location


Copyright © 2015. All rights reserved.