org.eggframework2.view.examples.xhtml
Class HtmlExample

java.lang.Object
  extended by org.eggframework2.view.elements.Element
      extended by org.eggframework2.view.elements.xhtml.XhtmlElement
          extended by org.eggframework2.view.elements.xhtml.tags.AttributableXhtmlElement
              extended by org.eggframework2.view.elements.xhtml.tags.SimpleXhtmlElement
                  extended by org.eggframework2.view.elements.xhtml.tags.Html
                      extended by org.eggframework2.view.examples.xhtml.HtmlExample
All Implemented Interfaces:
Attributable, IElement, Parent, Eventable, IXhtmlElement, Styleable, Templatable

public class HtmlExample
extends Html

[PL] Przykład prostej strony Html

Author:
Jacek Olszak

Constructor Summary
HtmlExample()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class org.eggframework2.view.elements.xhtml.tags.SimpleXhtmlElement
add, add, add, addElementFromTemplate, addElementFromTemplate, clear, getElements, getElementWithId, remove, replaceElementWithId, setElements, setElements, setElementsAtId
 
Methods inherited from class org.eggframework2.view.elements.xhtml.tags.AttributableXhtmlElement
addEventAttribute, addEventAttribute, addEventAttribute, addEventAttribute, getAttribute, getAttributeNames, getId, getStyleProperty, isVisible, setAttribute, setId, setStyleProperty, setVisible
 
Methods inherited from class org.eggframework2.view.elements.xhtml.XhtmlElement
getTagName
 
Methods inherited from class org.eggframework2.view.elements.Element
marshal, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.eggframework2.view.elements.IElement
marshal
 

Constructor Detail

HtmlExample

public HtmlExample()
Method Detail

main

public static void main(java.lang.String[] args)


Copyright © 2010. All Rights Reserved.