org.extremecomponents.table.bean
Class Form
java.lang.Object
org.extremecomponents.table.bean.Form
- All Implemented Interfaces:
- FormAttributes
- public class Form
- extends java.lang.Object
- implements FormAttributes
- Author:
- jeff johnston
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Form
public Form(TableModel model)
getName
public java.lang.String getName()
- Specified by:
getName
in interface FormAttributes
setName
public void setName(java.lang.String name)
- Specified by:
setName
in interface FormAttributes
getAction
public java.lang.String getAction()
- Specified by:
getAction
in interface FormAttributes
setAction
public void setAction(java.lang.String action)
- Specified by:
setAction
in interface FormAttributes
getMethod
public java.lang.String getMethod()
- Specified by:
getMethod
in interface FormAttributes
setMethod
public void setMethod(java.lang.String method)
- Specified by:
setMethod
in interface FormAttributes
getOnsubmit
public java.lang.String getOnsubmit()
- Specified by:
getOnsubmit
in interface FormAttributes
setOnsubmit
public void setOnsubmit(java.lang.String onsubmit)
- Specified by:
setOnsubmit
in interface FormAttributes
Copyright © 2004 sourceforge. All Rights Reserved.