com.oktiva.mogno.html
Class Param
java.lang.Object
com.oktiva.mogno.Component
com.oktiva.mogno.Visual
com.oktiva.mogno.EmptyTag
com.oktiva.mogno.html.Param
- All Implemented Interfaces:
- java.lang.Cloneable
- public class Param
- extends EmptyTag
PARAM tag (defined by W3C)
- Version:
- $Id: Param.java,v 1.1.1.1 2005/01/05 16:53:13 ruoso Exp $
- See Also:
Form
Field Summary |
java.lang.String |
id
HTML attribute |
java.lang.String |
type
HTML attribute |
java.lang.String |
value
HTML attribute |
java.lang.String |
valuetype
HTML attribute |
Fields inherited from class com.oktiva.mogno.Visual |
evOnShow, evOnSyntaxError, gridHeight, gridWeightX, gridWeightY, gridWidth, lastError, left, parent, problematic, style, styleClass, title, top |
Fields inherited from class com.oktiva.mogno.Component |
bag, componentFiler, componentFilerParams, designing, eventQueue, evOnCreate, name, owned, ownedClasses, owner, tag, xmlFileName |
Constructor Summary |
Param()
|
Methods inherited from class com.oktiva.mogno.Visual |
buildHtmlAttributes, cellhalignHtmlAttributes, cellvalignHtmlAttributes, checkSyntax, coreHtmlAttributes, descendentOf, eventsHtmlAttributes, getEvOnShow, getEvOnSyntaxError, getGridHeight, getGridWeightX, getGridWeightY, getGridWidth, getLastError, getLeft, getParent, getStyle, getStyleClass, getTitle, getTop, i18nHtmlAttributes, localizableAttributes, receiveRequest, setEvOnShow, setEvOnSyntaxError, setGridHeight, setGridWeightX, setGridWeightY, setGridWidth, setLastError, setLeft, setParent, setStyle, setStyleClass, setTitle, setTop, showHtmlAttributes |
Methods inherited from class com.oktiva.mogno.Component |
attribsHash, createOwnedComponents, dispatch, dispatchAll, dispatchFunction, eventParamTypes, eventParamValues, freeChild, getApplication, getAttrsTypes, getBag, getChild, getChildClass, getClone, getEvOnCreate, getFromBag, getName, getOrderedChildNames, getOwner, initialize, initialize, initialize, initialize, isDesigning, listChilds, nonAttributeGetters, putInBag, queue, registerChild, removeFromBag, serializedBag, setBag, setComponentFiler, setComponentFilerParams, setDesigning, setEvOnCreate, setName, setOwner, setProperties, store, unserializeBag |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
public java.lang.String id
- HTML attribute
value
public java.lang.String value
- HTML attribute
valuetype
public java.lang.String valuetype
- HTML attribute
type
public java.lang.String type
- HTML attribute
Param
public Param()
getId
public java.lang.String getId()
- Overrides:
getId
in class Visual
setId
public void setId(java.lang.String id)
- Overrides:
setId
in class Visual
getValue
public java.lang.String getValue()
setValue
public void setValue(java.lang.String value)
getValuetype
public java.lang.String getValuetype()
setValuetype
public void setValuetype(java.lang.String valuetype)
getType
public java.lang.String getType()
setType
public void setType(java.lang.String type)
htmlAttributes
public java.util.Vector htmlAttributes()
- Description copied from class:
Visual
- Valid HTML attributes for this component.
All this attributes must be properties of the class.
- Overrides:
htmlAttributes
in class EmptyTag