com.oktiva.mogno.html
Class Td

java.lang.Object
  extended bycom.oktiva.mogno.Component
      extended bycom.oktiva.mogno.Visual
          extended bycom.oktiva.mogno.Container
              extended bycom.oktiva.mogno.html.TableElement
                  extended bycom.oktiva.mogno.html.Td
All Implemented Interfaces:
java.lang.Cloneable

public class Td
extends TableElement


Field Summary
 java.lang.String abbr
          HTML attribute
 java.lang.String axis
          HTML attribute
 java.lang.String colspan
          HTML attribute
 java.lang.String headers
          HTML attribute
 java.lang.String rowspan
          HTML attribute
 java.lang.String scope
          HTML attribute
 
Fields inherited from class com.oktiva.mogno.html.TableElement
align, charoff, charOn, dir, lang, onclick, ondblclick, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, valign
 
Fields inherited from class com.oktiva.mogno.Container
afterEnd, content
 
Fields inherited from class com.oktiva.mogno.Visual
evOnShow, evOnSyntaxError, gridHeight, gridWeightX, gridWeightY, gridWidth, id, 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
Td()
           
 
Method Summary
 java.lang.String getAbbr()
           
 java.lang.String getAxis()
           
 java.lang.String getColspan()
           
 java.lang.String getHeaders()
           
 java.lang.String getRowspan()
           
 java.lang.String getScope()
           
 java.util.Vector htmlAttributes()
          Valid HTML attributes for this component.
 void setAbbr(java.lang.String abbr)
           
 void setAxis(java.lang.String axis)
           
 void setColspan(java.lang.String colspan)
           
 void setHeaders(java.lang.String headers)
           
 void setRowspan(java.lang.String rowspan)
           
 void setScope(java.lang.String scope)
           
 
Methods inherited from class com.oktiva.mogno.html.TableElement
getAlign, getCharoff, getCharOn, getDir, getLang, getOnclick, getOndblclick, getOnkeydown, getOnkeypress, getOnkeyup, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseup, getValign, setAlign, setCharoff, setCharOn, setDir, setLang, setOnclick, setOndblclick, setOnkeydown, setOnkeypress, setOnkeyup, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup, setValign
 
Methods inherited from class com.oktiva.mogno.Container
addChildsVector, betweenColumns, betweenRows, endColumn, endContainer, endRow, getChildsVector, getContent, getFullComponentsVector, getOrderedChildNames, getOrderedChildsVector, nonAttributeGetters, orderChildsVector, selectParentComponent, setContent, show, startColumn, startContainer, startRow
 
Methods inherited from class com.oktiva.mogno.Visual
buildHtmlAttributes, cellhalignHtmlAttributes, cellvalignHtmlAttributes, checkSyntax, coreHtmlAttributes, descendentOf, eventsHtmlAttributes, getEvOnShow, getEvOnSyntaxError, getGridHeight, getGridWeightX, getGridWeightY, getGridWidth, getId, getLastError, getLeft, getParent, getStyle, getStyleClass, getTitle, getTop, i18nHtmlAttributes, localizableAttributes, receiveRequest, setEvOnShow, setEvOnSyntaxError, setGridHeight, setGridWeightX, setGridWeightY, setGridWidth, setId, 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, getOwner, initialize, initialize, initialize, initialize, isDesigning, listChilds, 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
 

Field Detail

abbr

public java.lang.String abbr
HTML attribute


axis

public java.lang.String axis
HTML attribute


headers

public java.lang.String headers
HTML attribute


scope

public java.lang.String scope
HTML attribute


rowspan

public java.lang.String rowspan
HTML attribute


colspan

public java.lang.String colspan
HTML attribute

Constructor Detail

Td

public Td()
Method Detail

getAbbr

public java.lang.String getAbbr()

setAbbr

public void setAbbr(java.lang.String abbr)

getAxis

public java.lang.String getAxis()

setAxis

public void setAxis(java.lang.String axis)

getHeaders

public java.lang.String getHeaders()

setHeaders

public void setHeaders(java.lang.String headers)

getScope

public java.lang.String getScope()

setScope

public void setScope(java.lang.String scope)

getRowspan

public java.lang.String getRowspan()

setRowspan

public void setRowspan(java.lang.String rowspan)

getColspan

public java.lang.String getColspan()

setColspan

public void setColspan(java.lang.String colspan)

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 TableElement