com.oktiva.mogno
Class EmptyTag

java.lang.Object
  extended bycom.oktiva.mogno.Component
      extended bycom.oktiva.mogno.Visual
          extended bycom.oktiva.mogno.EmptyTag
All Implemented Interfaces:
java.lang.Cloneable
Direct Known Subclasses:
Area, Base, Br, Frame, Hr, Img, Link, Param

public class EmptyTag
extends Visual

This is the super class for the empty tags

Version:
$Id: EmptyTag.java,v 1.1.1.1 2005/01/05 16:52:47 ruoso Exp $

Field Summary
protected  java.lang.String afterEnd
          Something to be put after the tag.
 
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
EmptyTag()
           
 
Method Summary
 java.util.Vector htmlAttributes()
          Valid HTML attributes for this component.
 java.lang.String show()
          Creates the html code for the empty tag with this attributes.
 
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, 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
 

Field Detail

afterEnd

protected java.lang.String afterEnd
Something to be put after the tag. Default to emtpy string. It is intended primarily to put a new line after some tags.

Constructor Detail

EmptyTag

public EmptyTag()
Method Detail

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 Visual

show

public java.lang.String show()
                      throws java.lang.Exception
Creates the html code for the empty tag with this attributes.

Overrides:
show in class Visual
Throws:
java.lang.Exception