Class ObjectApplet

java.lang.Object
org.apache.ecs.GenericElement
org.apache.ecs.ElementAttributes
org.apache.ecs.ConcreteElement
org.apache.ecs.MultiPartElement
org.apache.ecs.html.ObjectElement
overit.geocall.ecs.ObjectApplet
All Implemented Interfaces:
Serializable, Cloneable, org.apache.ecs.Attributes, org.apache.ecs.Element, org.apache.ecs.ElementRegistry, org.apache.ecs.KeyEvents, org.apache.ecs.MouseEvents, org.apache.ecs.Printable

public class ObjectApplet extends org.apache.ecs.html.ObjectElement
Class that extends an ObjectElement and manages an ObjectApplet
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
    static final String
     

    Fields inherited from class org.apache.ecs.GenericElement

    tabLevel

    Fields inherited from interface org.apache.ecs.Attributes

    NO_ATTRIBUTE_VALUE

    Fields inherited from interface org.apache.ecs.Element

    CENTER, LEFT, LOWERCASE, MIXEDCASE, RIGHT, UPPERCASE
  • Constructor Summary

    Constructors
    Constructor
    Description
    Creates a new ObjectApplet
  • Method Summary

    Modifier and Type
    Method
    Description
    addParam(String strName, String strValue)
    Adds a param
    Add a param with the name "archive"
    addParamCode(String strValue)
    Add a param with the name "code"
    addParamType(String strValue)
    Add a param with the name "type"

    Methods inherited from class org.apache.ecs.html.ObjectElement

    addElement, addElement, addElement, addElement, removeElement, setAlign, setArchive, setBorder, setBorder, setBorder, setClassId, setCodeBase, setCodeType, setData, setDeclare, setHeight, setHeight, setHeight, setHSpace, setHSpace, setHSpace, setName, setOnClick, setOnDblClick, setOnKeyDown, setOnKeyPress, setOnKeyUp, setOnMouseDown, setOnMouseMove, setOnMouseOut, setOnMouseOver, setOnMouseUp, setShapes, setStandBy, setTabIndex, setTabIndex, setType, setUseMap, setVSpace, setVSpace, setVSpace, setWidth, setWidth, setWidth

    Methods inherited from class org.apache.ecs.ConcreteElement

    addElementToRegistry, addElementToRegistry, addElementToRegistry, addElementToRegistry, addElementToRegistry, addElementToRegistry, addElementToRegistry, addElementToRegistry, clone, elements, getElement, isEmpty, output, output, output, output, registryHasElement, registryHasElement, removeElementFromRegistry, removeElementFromRegistry

    Methods inherited from class org.apache.ecs.ElementAttributes

    addAttribute, addAttribute, addAttribute, addAttribute, attributes, createStartTag, getAttribute, getAttributeEqualitySign, getAttributeFilter, getAttributeFilterState, getAttributeQuote, getAttributeQuoteChar, hasAttribute, removeAttribute, setAttributeEqualitySign, setAttributeFilter, setAttributeFilterState, setAttributeQuote, setAttributeQuoteChar, setClass, setDir, setID, setLang, setStyle, setTitle

    Methods inherited from class org.apache.ecs.GenericElement

    alterCase, createEndTag, getBeginEndModifier, getBeginEndModifierDefined, getBeginStartModifier, getBeginStartModifierDefined, getCase, getCodeSet, getElementHashEntry, getElementType, getEndEndModifier, getEndEndModifierDefined, getEndStartModifier, getEndStartModifierDefined, getEndTagChar, getFilter, getFilterState, getNeedClosingTag, getNeedLineBreak, getPrettyPrint, getStartTagChar, getTabLevel, getTagPosition, getTagText, getVersion, putTabs, putTabs, removeBeginEndModifier, removeBeginStartModifier, removeEndEndModifier, removeEndStartModifier, setBeginEndModifier, setBeginModifier, setBeginModifier, setBeginStartModifier, setCase, setCodeSet, setElementType, setEndEndModifier, setEndModifier, setEndModifier, setEndStartModifier, setEndTagChar, setFilter, setFilterState, setNeedClosingTag, setPrettyPrint, setStartTagChar, setTabLevel, setTagPosition, setTagText, toString, toString

    Methods inherited from class java.lang.Object

    equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

  • Constructor Details

    • ObjectApplet

      public ObjectApplet()
      Creates a new ObjectApplet
  • Method Details

    • addParam

      public ObjectApplet addParam(String strName, String strValue)
      Adds a param
      Parameters:
      strName - The name of the param
      strValue - The value of the param
      Returns:
      The ObjectApplet
    • addParamCode

      public ObjectApplet addParamCode(String strValue)
      Add a param with the name "code"
      Parameters:
      strValue - The value of the param
      Returns:
      The ObjectApplet
    • addParamType

      public ObjectApplet addParamType(String strValue)
      Add a param with the name "type"
      Parameters:
      strValue - The value of the param
      Returns:
      The ObjectApplet
    • addParamArchive

      public ObjectApplet addParamArchive(String strValue)
      Add a param with the name "archive"
      Parameters:
      strValue - The value of the param
      Returns:
      The ObjectApplet