org.extremecomponents.table.bean
Class Input

java.lang.Object
  extended byorg.extremecomponents.table.bean.Input
All Implemented Interfaces:
InputAttributes

public class Input
extends java.lang.Object
implements InputAttributes

Author:
jeff johnston

Field Summary
static java.lang.String BUTTON
           
static java.lang.String HIDDEN
           
static java.lang.String SUBMIT
           
 
Constructor Summary
Input(TableModel model)
           
 
Method Summary
 java.lang.String getName()
           
 java.lang.String getOnclick()
           
 java.lang.String getType()
           
 java.lang.String getValue()
           
 void setName(java.lang.String name)
           
 void setOnclick(java.lang.String onclick)
           
 void setType(java.lang.String type)
           
 void setValue(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HIDDEN

public static final java.lang.String HIDDEN
See Also:
Constant Field Values

BUTTON

public static final java.lang.String BUTTON
See Also:
Constant Field Values

SUBMIT

public static final java.lang.String SUBMIT
See Also:
Constant Field Values
Constructor Detail

Input

public Input(TableModel model)
Method Detail

getType

public java.lang.String getType()
Specified by:
getType in interface InputAttributes

setType

public void setType(java.lang.String type)
Specified by:
setType in interface InputAttributes

getName

public java.lang.String getName()
Specified by:
getName in interface InputAttributes

setName

public void setName(java.lang.String name)
Specified by:
setName in interface InputAttributes

getValue

public java.lang.String getValue()
Specified by:
getValue in interface InputAttributes

setValue

public void setValue(java.lang.String value)
Specified by:
setValue in interface InputAttributes

getOnclick

public java.lang.String getOnclick()
Specified by:
getOnclick in interface InputAttributes

setOnclick

public void setOnclick(java.lang.String onclick)
Specified by:
setOnclick in interface InputAttributes


Copyright © 2004 sourceforge. All Rights Reserved.