org.efaps.ui.wicket.models.cell
Class UIPicker

java.lang.Object
  extended by org.efaps.ui.wicket.models.cell.UIPicker
All Implemented Interfaces:
java.io.Serializable, org.apache.wicket.IClusterable

public class UIPicker
extends java.lang.Object
implements org.apache.wicket.IClusterable

TODO comment!

Version:
$Id: UIPicker.java 3447 2009-11-29 22:46:39Z tim.moxter $
Author:
jmox
See Also:
Serialized Form

Constructor Summary
UIPicker(UIFormCell _cell, java.lang.String _name)
           
 
Method Summary
 void execute(java.lang.Object _others)
           
 java.lang.String[] getHeadings()
          Getter method for instance variable headings.
 java.lang.String getLabel()
          Getter method for instance variable label.
 org.efaps.admin.ui.Picker getPicker()
           
 java.lang.String getTitle()
          Getter method for instance variable title.
 java.lang.String getValue(java.lang.String _key)
           
 java.util.List<?> getValueList()
          Getter method for instance variable valueList.
 java.util.Map<java.lang.String,java.lang.String> getValueMap()
          Getter method for instance variable valueMap.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UIPicker

public UIPicker(UIFormCell _cell,
                java.lang.String _name)
Parameters:
_pickerName -
Method Detail

getPicker

public org.efaps.admin.ui.Picker getPicker()

execute

public void execute(java.lang.Object _others)
             throws org.efaps.util.EFapsException
Parameters:
object -
Throws:
org.efaps.util.EFapsException

getValueMap

public java.util.Map<java.lang.String,java.lang.String> getValueMap()
Getter method for instance variable valueMap.

Returns:
value of instance variable valueMap

getValue

public java.lang.String getValue(java.lang.String _key)

getValueList

public java.util.List<?> getValueList()
Getter method for instance variable valueList.

Returns:
value of instance variable valueList

getTitle

public java.lang.String getTitle()
Getter method for instance variable title.

Returns:
value of instance variable title

getLabel

public java.lang.String getLabel()
Getter method for instance variable label.

Returns:
value of instance variable label

getHeadings

public java.lang.String[] getHeadings()
Getter method for instance variable headings.

Returns:
value of instance variable headings


Copyright © 2003-2010 The eFaps Team. All Rights Reserved.