org.extremecomponents.table.bean
Class Input
java.lang.Object
org.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
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
Input
public Input(TableModel model)
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.