com.jgeppert.struts2.jquery.mobile.views.freemarker.tags
Class JqueryMobileModels

java.lang.Object
  extended by com.jgeppert.struts2.jquery.mobile.views.freemarker.tags.JqueryMobileModels

public class JqueryMobileModels
extends java.lang.Object

Author:
Johannes Geppert

Field Summary
protected  AnchorModel anchor
           
protected  CheckboxModel checkbox
           
protected  CheckboxListModel checkboxList
           
protected  DivModel div
           
protected  FlipSwitchModel flipSwitch
           
protected  HeadModel head
           
protected  ListModel list
           
protected  ListItemModel listItem
           
protected  PasswordModel password
           
protected  SearchfieldModel searchfield
           
protected  SelectModel select
           
protected  SliderModel slider
           
protected  TextareaModel textarea
           
protected  TextfieldModel textfield
           
 
Constructor Summary
JqueryMobileModels(com.opensymphony.xwork2.util.ValueStack stack, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
           
 
Method Summary
 AnchorModel getAnchor()
           
 CheckboxModel getCheckbox()
           
 CheckboxListModel getCheckboxList()
           
 DivModel getDiv()
           
 FlipSwitchModel getFlipSwitch()
           
 HeadModel getHead()
           
 ListModel getList()
           
 ListItemModel getListItem()
           
 PasswordModel getPassword()
           
 SearchfieldModel getSearchfield()
           
 SelectModel getSelect()
           
 SliderModel getSlider()
           
 TextareaModel getTextarea()
           
 TextfieldModel getTextfield()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

head

protected HeadModel head

checkboxList

protected CheckboxListModel checkboxList

checkbox

protected CheckboxModel checkbox

div

protected DivModel div

list

protected ListModel list

listItem

protected ListItemModel listItem

anchor

protected AnchorModel anchor

password

protected PasswordModel password

textarea

protected TextareaModel textarea

textfield

protected TextfieldModel textfield

searchfield

protected SearchfieldModel searchfield

select

protected SelectModel select

slider

protected SliderModel slider

flipSwitch

protected FlipSwitchModel flipSwitch
Constructor Detail

JqueryMobileModels

public JqueryMobileModels(com.opensymphony.xwork2.util.ValueStack stack,
                          javax.servlet.http.HttpServletRequest req,
                          javax.servlet.http.HttpServletResponse res)
Method Detail

getHead

public HeadModel getHead()

getDiv

public DivModel getDiv()

getAnchor

public AnchorModel getAnchor()

getCheckboxList

public CheckboxListModel getCheckboxList()

getCheckbox

public CheckboxModel getCheckbox()

getPassword

public PasswordModel getPassword()

getTextarea

public TextareaModel getTextarea()

getTextfield

public TextfieldModel getTextfield()

getSearchfield

public SearchfieldModel getSearchfield()

getList

public ListModel getList()

getListItem

public ListItemModel getListItem()

getSelect

public SelectModel getSelect()

getSlider

public SliderModel getSlider()

getFlipSwitch

public FlipSwitchModel getFlipSwitch()


Copyright © 2012. All Rights Reserved.