Class TableXY

java.lang.Object
org.apache.ecs.GenericElement
org.apache.ecs.ElementAttributes
org.apache.ecs.ConcreteElement
org.apache.ecs.MultiPartElement
org.apache.ecs.html.Table
overit.geocall.ecs.TableXY
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 TableXY extends org.apache.ecs.html.Table
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected int
     
    protected int
     

    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 instance of TableXY
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
     
    org.apache.ecs.html.TD
    getTD(int x, int y)
     
    protected void
    mem(Object o, int x, int y, int xx, int yy, int iType)
     
    void
     
    void
     
    set(Object o, int x, int y)
     
    set(Object o, int x, int y, int xx, int yy)
     
     
     
     
     
     
     
     
     
     
    setTD(Object o, int x, int y)
     
    setTD(Object o, int x, int y, int xx, int yy)
     
    setTH(Object o, int x, int y)
     
    setTH(Object o, int x, int y, int xx, int yy)
     

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

    addElement, addElement, addElement, addElement, removeElement, setAlign, setBgColor, setBorder, setBorder, setCellPadding, setCellPadding, setCellSpacing, setCellSpacing, setCols, setCols, setFrame, setHeight, setHeight, setOnClick, setOnDblClick, setOnKeyDown, setOnKeyPress, setOnKeyUp, setOnMouseDown, setOnMouseMove, setOnMouseOut, setOnMouseOver, setOnMouseUp, setRules, setSummary, setWidth, setWidth

    Methods inherited from class org.apache.ecs.ConcreteElement

    addElementToRegistry, addElementToRegistry, addElementToRegistry, addElementToRegistry, addElementToRegistry, addElementToRegistry, addElementToRegistry, addElementToRegistry, clone, elements, getElement, isEmpty, 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

    • xMax

      protected int xMax
    • yMax

      protected int yMax
  • Constructor Details

    • TableXY

      public TableXY()
      Creates a new instance of TableXY
  • Method Details

    • mem

      protected void mem(Object o, int x, int y, int xx, int yy, int iType)
    • set

      public TableXY set(Object o, int x, int y, int xx, int yy)
    • set

      public TableXY set(Object o, int x, int y)
    • setTD

      public TableXY setTD(Object o, int x, int y, int xx, int yy)
    • setTD

      public TableXY setTD(Object o, int x, int y)
    • setTH

      public TableXY setTH(Object o, int x, int y, int xx, int yy)
    • setTH

      public TableXY setTH(Object o, int x, int y)
    • setDefaultWidth

      public TableXY setDefaultWidth(String s)
    • setDefaultWidth

      public TableXY setDefaultWidth()
    • setDefaultClass

      public TableXY setDefaultClass()
    • setDefaultClass

      public TableXY setDefaultClass(String s)
    • setDefaultAlign

      public TableXY setDefaultAlign(String s)
    • setDefaultVAlign

      public TableXY setDefaultVAlign(String s)
    • setDefaultAlign

      public TableXY setDefaultAlign()
    • setDefaultVAlign

      public TableXY setDefaultVAlign()
    • setDefault

      public TableXY setDefault(Object o)
    • getTD

      public org.apache.ecs.html.TD getTD(int x, int y)
    • addElements

      protected void addElements()
    • output

      public void output(PrintWriter pw)
      Specified by:
      output in interface org.apache.ecs.Element
      Overrides:
      output in class org.apache.ecs.ConcreteElement
    • output

      public void output(OutputStream os)
      Specified by:
      output in interface org.apache.ecs.Element
      Overrides:
      output in class org.apache.ecs.ConcreteElement