Empire-Struts2-Extension Tag Library
Show all | Hide all
<e:actionerrors>
Implementing class: |
de.esteam.empire.struts2.jsp.tags.ActionErrorsTag |
Description: |
|
Extends: |
de.esteam.empire.struts2.jsp.tags.EmpireTagSupport |
See also: |
|
Property |
Required |
Type |
Description |
actionErrorClass |
- |
String |
|
cssClass |
- |
String |
|
cssStyle |
- |
String |
|
fieldErrorClass |
- |
String |
|
id |
- |
String |
|
<e:actionerrors cssClass="markRed" id="actionError"/>
<e:actionmessage>
Implementing class: |
de.esteam.empire.struts2.jsp.tags.ActionMessageTag |
Description: |
|
Extends: |
de.esteam.empire.struts2.jsp.tags.EmpireTagSupport |
See also: |
|
Property |
Required |
Type |
Description |
cssClass |
- |
String |
|
cssStyle |
- |
String |
|
id |
- |
String |
|
<e:actionmessage cssClass="markOrange" id="actionMessage"/>
Implementing class: |
de.esteam.empire.struts2.jsp.tags.ButtonTag |
Description: |
|
Extends: |
de.esteam.empire.struts2.jsp.tags.LinkTag |
See also: |
|
<e:button action="!doSomething" text="ButtonText" />
<e:calendar>
Implementing class: |
de.esteam.empire.struts2.jsp.tags.CalendarTag |
Description: |
|
Extends: |
de.esteam.empire.struts2.jsp.tags.EmpireTagSupport |
See also: |
|
Property |
Required |
Type |
Description |
calendarInfo |
* |
CalendarInfo |
|
cellpadding |
- |
String |
|
cellspacing |
- |
String |
|
cssClass |
- |
String |
|
cssStyle |
- |
String |
|
dateEmptyClass |
- |
String |
|
dateLinkClass |
- |
String |
|
dateSelectedClass |
- |
String |
|
dateTodayClass |
- |
String |
|
dateValidClass |
- |
String |
|
dayOfWeekClass |
- |
String |
|
id |
- |
String |
|
monthClass |
- |
String |
|
param |
- |
String |
|
selectDateAction |
* |
String |
|
selectMonthAction |
- |
String |
|
selectWeekAction |
- |
String |
|
<e:calendar calendarInfo="<%= calendarInfoBean %>"
cssClass="calendar"
selectMonthAction="!doSelectMonth"
selectWeekAction="!doSelectWeek"
selectDateAction="!doSelectDay"
monthClass="month"
dateLinkClass="dateWithAppointment"
dateEmptyClass="default"
dateValidClass="default"
dateSelectedClass="dateSelected"
weekOfYearClass="weekOfYear"
dayOfWeekClass="dayOfWeek"
dateTodayClass="dateToday" />
<e:checkbox>
Implementing class: |
de.esteam.empire.struts2.jsp.tags.CheckboxTag |
Description: |
|
Extends: |
de.esteam.empire.struts2.jsp.tags.EmpireValueTagSupport |
See also: |
|
Property |
Required |
Type |
Description |
check |
- |
|
|
checked |
- |
|
|
cssClass |
- |
String |
|
cssStyle |
- |
String |
|
disabled |
- |
|
|
field |
- |
String |
|
hiddenName |
- |
|
|
id |
- |
String |
|
name |
- |
String |
|
onblur |
- |
String |
|
onchange |
- |
String |
|
onclick |
- |
String |
|
onfocus |
- |
String |
|
property |
- |
String |
|
record |
- |
DBRecordData |
|
tabindex |
- |
|
|
value |
- |
|
|
<e:checkbox property="searchInfo.aProperty"
value="true" id="searchInfo.aProperty"
hiddenName="checkbox_searchInfo.aProperty" />
<e:clear>
Implementing class: |
de.esteam.empire.struts2.jsp.tags.FloatClearTag |
Description: |
|
Extends: |
javax.servlet.jsp.tagext.BodyTagSupport |
See also: |
|
<e:clear />
<e:control>
Implementing class: |
de.esteam.empire.struts2.jsp.tags.InputControlTag |
Description: |
|
Extends: |
de.esteam.empire.struts2.jsp.tags.EmpireValueTagSupport |
See also: |
|
Property |
Required |
Type |
Description |
column |
* |
DBColumn |
|
controlType |
- |
String |
|
cssClass |
- |
String |
|
cssStyle |
- |
String |
|
disabled |
- |
Boolean |
|
disabledMode |
- |
String |
|
format |
- |
String |
|
hsize |
- |
|
|
id |
- |
String |
|
label |
- |
String |
|
labelClass |
- |
String |
|
labelStyle |
- |
String |
|
name |
- |
String |
|
nullValue |
- |
|
|
onblur |
- |
String |
|
onchange |
- |
String |
|
onclick |
- |
String |
|
onfocus |
- |
String |
|
options |
- |
Options |
|
property |
- |
String |
|
record |
- |
DBRecordData |
|
render |
- |
String |
|
required |
- |
Boolean |
|
tabindex |
- |
|
|
value |
- |
Object |
|
vsize |
- |
|
|
<e:control controlType="select"
options="<%= action.getList() %>"
column="<%= TABLENAME.COLUMNNAME %>"
label="Country code"
id="countryCode"
cssStyle="width:19px"/>
<e:div>
Implementing class: |
de.esteam.empire.struts2.jsp.tags.FlexDivTag |
Description: |
|
Extends: |
de.esteam.empire.struts2.jsp.tags.EmpireTagSupport |
See also: |
|
Property |
Required |
Type |
Description |
cssClass |
- |
String |
|
id |
- |
|
|
type |
* |
String |
|
<e:div type="content">
.......
</e:div>
<e:else>
Implementing class: |
de.esteam.empire.struts2.jsp.tags.flow.ElseTag |
Description: |
|
Extends: |
de.esteam.empire.struts2.jsp.tags.EmpireTagSupport |
See also: |
|
Property |
Required |
Type |
Description |
|
* |
|
|
<e:if test="<%= editMode %>">
<img src="resources/images/new.gif" alt=""/>
</e:if>
<e:else>
<img src="resources/images/old.gif" alt=""/>
</e:else>
<e:elseif>
Implementing class: |
de.esteam.empire.struts2.jsp.tags.flow.ElseIfTag |
Description: |
|
Extends: |
de.esteam.empire.struts2.jsp.tags.EmpireTagSupport |
See also: |
|
Property |
Required |
Type |
Description |
test |
* |
Boolean |
|
<e:if test="<%= editMode %>">
<img src="resources/images/current.gif" alt=""/>
</e:if>
<e:elseif test="<%= isNew %>">
<img src="resources/images/new.gif" alt=""/>
</e:elseif>
<e:else>
<img src="resources/images/old.gif" alt=""/>
</e:else>
Implementing class: |
de.esteam.empire.struts2.jsp.tags.FormTag |
Description: |
|
Extends: |
de.esteam.empire.struts2.jsp.tags.FormPartTag |
See also: |
|
<e:form action="!doSomething"
record="<%= action.getRecord() %>"
readOnly="false"
id="formId"
enctype="multipart/form-data"
onsubmit="">
.....
</e:form>
Implementing class: |
de.esteam.empire.struts2.jsp.tags.FormPartTag |
Description: |
|
Extends: |
de.esteam.empire.struts2.jsp.tags.EmpireTagSupport |
See also: |
|
<e:form action="!doSomething"
record="<%= action.getRecord() %>"
readOnly="false"
id="formId"
enctype="multipart/form-data"
onsubmit="">
<e:formpart record="<%= action.getRecord() %>"
hiddenFields="true" cssStyle="border: 0;" property="country">
</e:formpart>
<e:formpart cssStyle="border: 0;">
</e:formpart>
</e:form>
<e:if>
Implementing class: |
de.esteam.empire.struts2.jsp.tags.flow.IfTag |
Description: |
|
Extends: |
de.esteam.empire.struts2.jsp.tags.EmpireTagSupport |
See also: |
|
Property |
Required |
Type |
Description |
test |
* |
Boolean |
|
<e:if test="<%= editMode %>">
<img src="resources/images/new.gif" alt=""/>
</e:if>
<e:else>
<img src="resources/images/old.gif" alt=""/>
</e:else>
<e:link>
Implementing class: |
de.esteam.empire.struts2.jsp.tags.LinkTag |
Description: |
|
Extends: |
de.esteam.empire.struts2.jsp.tags.EmpireTagSupport |
See also: |
|
Property |
Required |
Type |
Description |
action |
* |
String |
|
cssClass |
- |
String |
|
cssStyle |
- |
String |
|
disabled |
- |
Boolean |
|
id |
- |
String |
|
item |
- |
String |
|
onclick |
- |
String |
|
param |
- |
String |
|
target |
- |
String |
|
text |
- |
String |
|
visible |
- |
|
|
<e:link cssClass="linkStyle" action="!doSomething" >
<img style="border: 0;"
src="resources/images/image.gif"
alt="title"
title="title" />
</e:link>
<e:list>
Implementing class: |
de.esteam.empire.struts2.jsp.tags.ItemListTag |
Description: |
|
Extends: |
org.apache.struts2.views.jsp.IteratorTag |
See also: |
|
Property |
Required |
Type |
Description |
maxItems |
- |
Integer |
|
property |
- |
String |
|
source |
- |
DBReaderCollection |
|
<table>
<e:list source="<%= action.getListItems() %>"
maxItems="<%= action.getListItemCount() %>"
id="aList">
<e:tr>
<e:td></e:td>
<e:td></e:td>
</e:tr>
</e:list>
</table>
Implementing class: |
de.esteam.empire.struts2.jsp.tags.MenuTag |
Description: |
|
Extends: |
de.esteam.empire.struts2.jsp.tags.EmpireTagSupport |
See also: |
|
<e:menu cssClass="mainMenu">
<e:mi action="!doSomething" menuId="home" text="Home" visible="true" expanded="false" />
</e:menu>
<e:mi>
Implementing class: |
de.esteam.empire.struts2.jsp.tags.MenuItemTag |
Description: |
|
Extends: |
de.esteam.empire.struts2.jsp.tags.LinkTag |
See also: |
|
Property |
Required |
Type |
Description |
action |
* |
String |
|
cssClass |
- |
String |
|
cssStyle |
- |
String |
|
disabled |
- |
String |
|
expanded |
- |
|
|
id |
- |
String |
|
item |
- |
String |
|
menuId |
- |
String |
|
target |
- |
String |
|
text |
- |
String |
|
visible |
- |
|
|
<e:menu cssClass="mainMenu">
<e:mi action="!doSomething" menuId="home" text="Home" visible="true" expanded="false" />
</e:menu>
<e:pageinfo>
Implementing class: |
de.esteam.empire.struts2.jsp.tags.ListPageInfoTag |
Description: |
|
Extends: |
de.esteam.empire.struts2.jsp.tags.EmpireTagSupport |
See also: |
|
Property |
Required |
Type |
Description |
cssClass |
- |
String |
|
cssStyle |
- |
String |
|
id |
- |
String |
|
label |
- |
String |
|
of |
- |
String |
|
pageInfo |
* |
ListPagingInfo |
|
<e:pageinfo label="PageInfoLabel"
pagingInfo="<%= action.getPageInfoList() %>" />
Implementing class: |
de.esteam.empire.struts2.jsp.tags.ListPageBarTag |
Description: |
|
Extends: |
de.esteam.empire.struts2.jsp.tags.EmpireTagSupport |
See also: |
|
<e:pager pagingInfo="<%= action.getList() %>" action="!doSetPage" />
<e:param>
Implementing class: |
de.esteam.empire.struts2.jsp.tags.ParamTag |
Description: |
|
Extends: |
de.esteam.empire.struts2.jsp.tags.EmpireValueTagSupport |
See also: |
|
Property |
Required |
Type |
Description |
name |
- |
String |
|
record |
- |
DBRecordData |
|
value |
* |
|
|
<e:button action="!doSomething" text="ButtonText" >
<e:param name="someName" value="<%= action.getSomeName() %>" />
</e:button>
<e:radio>
Implementing class: |
de.esteam.empire.struts2.jsp.tags.RadioButtonTag |
Description: |
|
Extends: |
de.esteam.empire.struts2.jsp.tags.EmpireValueTagSupport |
See also: |
|
Property |
Required |
Type |
Description |
checked |
- |
|
|
cssClass |
- |
String |
|
cssStyle |
- |
String |
|
disabled |
- |
|
|
field |
- |
String |
|
id |
- |
String |
|
name |
- |
String |
|
onblur |
- |
String |
|
onchange |
- |
String |
|
onclick |
- |
String |
|
onfocus |
- |
String |
|
property |
- |
String |
|
record |
- |
DBRecordData |
|
tabindex |
- |
|
|
value |
- |
|
|
<e:radio property="searchInfo.status" value="NONE" id="searchInfo.status" />
<e:select>
Implementing class: |
de.esteam.empire.struts2.jsp.tags.SelectTag |
Description: |
|
Extends: |
de.esteam.empire.struts2.jsp.tags.EmpireValueTagSupport |
See also: |
|
Property |
Required |
Type |
Description |
allownull |
- |
|
|
cssClass |
- |
String |
|
cssStyle |
- |
String |
|
disabled |
- |
|
|
field |
- |
String |
|
id |
- |
String |
|
name |
- |
String |
|
onblur |
- |
String |
|
onchange |
- |
String |
|
onclick |
- |
String |
|
onfocus |
- |
String |
|
options |
* |
Options |
|
property |
- |
String |
|
record |
- |
DBRecordData |
|
tabindex |
- |
|
|
value |
- |
|
|
<e:select id="someId"
name="searchInfo.choice"
options="<%= action.getChoices() %>"
onchange="loadDependencies()">
</e:select>
<e:set>
Implementing class: |
de.esteam.empire.struts2.jsp.tags.flow.SetTag |
Description: |
|
Extends: |
org.apache.struts2.components.Set |
See also: |
|
Property |
Required |
Type |
Description |
name |
* |
String |
|
scope |
- |
String |
|
value |
* |
|
|
<e:set name="editMode" value="true"/>
<e:submit>
Implementing class: |
de.esteam.empire.struts2.jsp.tags.FormSubmitTag |
Description: |
|
Extends: |
de.esteam.empire.struts2.jsp.tags.EmpireTagSupport |
See also: |
|
Property |
Required |
Type |
Description |
action |
- |
String |
|
cssClass |
- |
String |
|
cssStyle |
- |
String |
|
disabled |
- |
Boolean |
|
embed |
- |
Boolean |
|
id |
- |
String |
|
name |
- |
String |
|
onclick |
- |
String |
|
redirect |
- |
Boolean |
|
tabindex |
- |
String |
|
text |
* |
String |
|
<e:submit text="Save" name="saveButton" />
<e:td>
Implementing class: |
de.esteam.empire.struts2.jsp.tags.TableDataTag |
Description: |
|
Extends: |
de.esteam.empire.struts2.jsp.tags.DataValueTag |
See also: |
|
Property |
Required |
Type |
Description |
action |
- |
String |
|
align |
- |
|
|
alt |
- |
|
|
anchorClass |
- |
String |
|
bgcolor |
- |
|
|
body |
- |
String |
|
colspan |
- |
|
|
column |
- |
DBColumnExpr |
|
controlType |
- |
String |
|
cssClass |
- |
String |
|
cssStyle |
- |
String |
|
field |
- |
String |
|
format |
- |
String |
|
height |
- |
|
|
id |
- |
String |
|
item |
- |
|
|
lookup |
- |
Options |
|
nullValue |
- |
|
|
onclick |
- |
String |
|
ondblclick |
- |
String |
|
param |
- |
String |
|
property |
- |
String |
|
record |
- |
DBRecordData |
|
rowspan |
- |
|
|
valign |
- |
|
|
value |
- |
String |
|
width |
- |
|
|
wrap |
- |
|
|
<table>
<e:thr cssClass="head" columnWrap="nowrap">
<e:th width="90px" align="left" column="<%= TABLENAME.SOMECOLUMNNAME%>"/>
</e:thr>
<e:tr cssClass="even" cssOddClass="odd" >
<e:td wrap="break-word" action="!doSomething"
column="<%= TABLENAME.COLUMNNAME %>"/>
</e:tr>
</table>
<e:text>
Implementing class: |
de.esteam.empire.struts2.jsp.tags.TextTag |
Description: |
|
Extends: |
de.esteam.empire.struts2.jsp.tags.EmpireTagSupport |
See also: |
|
Property |
Required |
Type |
Description |
column |
- |
DBColumn |
|
cssClass |
- |
String |
|
cssStyle |
- |
String |
|
default |
- |
String |
|
id |
- |
String |
|
tag |
- |
String |
|
value |
- |
String |
|
<e:text value="Some text" />
<e:th>
Implementing class: |
de.esteam.empire.struts2.jsp.tags.TableHeadColumnTag |
Description: |
|
Extends: |
de.esteam.empire.struts2.jsp.tags.LinkTag |
See also: |
|
Property |
Required |
Type |
Description |
align |
- |
|
|
bgcolor |
- |
|
|
colspan |
- |
|
|
column |
- |
DBColumnExpr |
|
columnname |
- |
String |
|
cssClass |
- |
String |
|
cssStyle |
- |
String |
|
disabled |
- |
Boolean |
|
height |
- |
|
|
id |
- |
String |
|
item |
- |
String |
|
rowspan |
- |
|
|
select |
- |
DBColumnExpr[] |
|
selectAction |
- |
String |
|
selectName |
- |
String |
|
text |
- |
String |
|
valign |
- |
|
|
width |
- |
|
|
<table>
<e:thr cssClass="head" columnWrap="nowrap">
<e:th width="90px" align="left" column="<%= TABLENAME.SOMECOLUMNNAME%>"/>
</e:thr>
<e:tr cssClass="even" cssOddClass="odd" >
<e:td wrap="break-word" action="!doSomething"
column="<%= TABLENAME.COLUMNNAME %>"/>
</e:tr>
</table>
<e:thr>
Implementing class: |
de.esteam.empire.struts2.jsp.tags.TableHeadRowTag |
Description: |
|
Extends: |
de.esteam.empire.struts2.jsp.tags.EmpireTagSupport |
See also: |
|
Property |
Required |
Type |
Description |
columnAlign |
- |
String |
|
columnClass |
- |
String |
|
columnStyle |
- |
String |
|
columnWrap |
- |
String |
|
cssClass |
- |
String |
|
cssStyle |
- |
String |
|
currentClass |
- |
String |
|
currentColumn |
- |
DBColumnExpr |
|
id |
- |
String |
|
sortAction |
- |
String |
|
sortColumnParam |
- |
String |
|
sortingInfo |
- |
ListSortingInfo |
|
sortOrder |
- |
Boolean |
|
sortOrderParam |
- |
String |
|
<table>
<e:thr cssClass="head" columnWrap="nowrap">
<e:th width="90px" align="left" column="<%= TABLENAME.SOMECOLUMNNAME%>"/>
</e:thr>
<e:tr cssClass="even" cssOddClass="odd" >
<e:td wrap="break-word" action="!doSomething"
column="<%= TABLENAME.COLUMNNAME %>"/>
</e:tr>
</table>
<e:tr>
Implementing class: |
de.esteam.empire.struts2.jsp.tags.TableRowTag |
Description: |
|
Extends: |
de.esteam.empire.struts2.jsp.tags.EmpireTagSupport |
See also: |
|
Property |
Required |
Type |
Description |
columnAlign |
- |
String |
|
columnClass |
- |
String |
|
columnStyle |
- |
String |
|
columnWrap |
- |
String |
|
cssClass |
- |
String |
|
cssOddClass |
- |
String |
|
cssOddStyle |
- |
String |
|
cssStyle |
- |
String |
|
currentClass |
- |
String |
|
currentColumn |
- |
DBColumnExpr |
|
id |
- |
String |
|
<table>
<e:thr cssClass="head" columnWrap="nowrap">
<e:th width="90px" align="left" column="<%= TABLENAME.SOMECOLUMNNAME%>"/>
</e:thr>
<e:tr cssClass="even" cssOddClass="odd" >
<e:td wrap="break-word" action="!doSomething"
column="<%= TABLENAME.COLUMNNAME %>"/>
</e:tr>
</table>
<e:value>
Implementing class: |
de.esteam.empire.struts2.jsp.tags.DataValueTag |
Description: |
|
Extends: |
de.esteam.empire.struts2.jsp.tags.EmpireValueTagSupport |
See also: |
|
Property |
Required |
Type |
Description |
action |
- |
String |
|
alt |
- |
|
|
anchorClass |
- |
String |
|
body |
- |
String |
|
column |
- |
DBColumnExpr |
|
controlType |
- |
String |
|
cssClass |
- |
String |
|
cssStyle |
- |
String |
|
field |
- |
String |
|
format |
- |
String |
|
id |
- |
String |
|
item |
- |
String |
|
lookup |
- |
Options |
|
nullValue |
- |
|
|
onclick |
- |
String |
|
ondblclick |
- |
String |
|
param |
- |
String |
|
property |
- |
String |
|
record |
- |
DBRecordData |
|
tag |
- |
String |
|
value |
- |
Object |
|
<e:value column="<%= TABLENAME.COLUMNNAME %>" />
<e:value record="<%= action.getRecord() %>" column="<%= TABLENAME.COLUMNNAME %>" />