|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--by.belsoft.report.tools.view.BaseElement | +--by.belsoft.report.tools.view.BaseTakenUp
the class to work with dynamic elements
Field Summary |
Fields inherited from class by.belsoft.report.tools.view.BaseElement |
attributes, childElements, elementName, id, innerText, MARKED_TABLE_COLOR |
Constructor Summary | |
BaseTakenUp()
BaseTakenUp the base constructor |
|
BaseTakenUp(java.lang.String name)
BaseTakenUp constructor |
Method Summary | |
void |
draw(FacesContext context,
java.lang.String selectedId,
boolean isDetailView)
draw draws base taken up element |
void |
drawGridView(FacesContext context,
java.lang.String selectedId,
boolean isDetailView)
drawTableext draws gridview element |
void |
drawTableext(FacesContext context,
java.lang.String selectedId,
boolean isDetailView)
drawTableext draws tablext element |
java.util.ArrayList |
getDynamicElements()
Standard getter |
java.util.ArrayList |
getStaticElements()
Standard getter |
void |
makeStaticElements(org.w3c.dom.Document doc,
org.w3c.dom.Element element,
java.util.ArrayList elts)
makeStaticElements makes static elements |
void |
setDynamicElements(java.util.ArrayList dynamicElements)
Standard setter |
void |
setStaticElements(java.util.ArrayList staticElements)
Standard setter |
Methods inherited from class by.belsoft.report.tools.view.BaseElement |
addAttributes, getAttributes, getChildElements, getElementName, getId, getInnerText, makeImage, setAttributes, setChildElements, setElementName, setId, setInnerText |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BaseTakenUp()
public BaseTakenUp(java.lang.String name)
name
- String the element nameMethod Detail |
public void drawTableext(FacesContext context, java.lang.String selectedId, boolean isDetailView)
context
- FacesContext the faces contextselectedId
- String the selected element idisDetailView
- boolean the view statepublic void drawGridView(FacesContext context, java.lang.String selectedId, boolean isDetailView)
context
- FacesContext the faces contextselectedId
- String the selected element idisDetailView
- boolean the view statepublic void draw(FacesContext context, java.lang.String selectedId, boolean isDetailView)
draw
in class BaseElement
context
- FacesContext the faces contextselectedId
- String the selected element idisDetailView
- boolean the state of viewpublic void makeStaticElements(org.w3c.dom.Document doc, org.w3c.dom.Element element, java.util.ArrayList elts)
doc
- Document the document elementelement
- Element the element to be doneelts
- ArrayList the elements to makepublic java.util.ArrayList getStaticElements()
public void setStaticElements(java.util.ArrayList staticElements)
staticElements
- The staticElements to set.public java.util.ArrayList getDynamicElements()
public void setDynamicElements(java.util.ArrayList dynamicElements)
dynamicElements
- The dynamicElements to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |