org.eggframework2.view.elements.xhtml.tags
Class Button

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.TextSupportXhtmlElement
                      extended by org.eggframework2.view.elements.xhtml.tags.Button
All Implemented Interfaces:
Attributable, IElement, Parent, Eventable, FormField, IXhtmlElement, Styleable, Textable, Templatable

public class Button
extends TextSupportXhtmlElement
implements FormField

[PL] Odpowiada znacznikowi button

Author:
Jacek Olszak

Constructor Summary
Button()
           
Button(ButtonType type)
           
Button(ButtonType type, java.lang.String text)
           
Button(java.lang.String text)
           
 
Method Summary
 
Methods inherited from class org.eggframework2.view.elements.xhtml.tags.TextSupportXhtmlElement
addB, addBr, addEm, addI, addP, addStrong, addText, setText
 
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.Attributable
getAttribute, getAttributeNames, setAttribute
 
Methods inherited from interface org.eggframework2.view.elements.IElement
marshal
 
Methods inherited from interface org.eggframework2.view.elements.Parent
add, add, add, clear, getElements, getElementWithId, remove, replaceElementWithId, setElements, setElements, setElementsAtId
 

Constructor Detail

Button

public Button()

Button

public Button(ButtonType type)
       throws java.lang.IllegalArgumentException
Throws:
java.lang.IllegalArgumentException

Button

public Button(java.lang.String text)
       throws java.lang.IllegalArgumentException
Throws:
java.lang.IllegalArgumentException
Since:
2.0M2

Button

public Button(ButtonType type,
              java.lang.String text)
       throws java.lang.IllegalArgumentException
Throws:
java.lang.IllegalArgumentException


Copyright © 2010. All Rights Reserved.