|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbr.com.arsmachina.tapestrycrud.components.EmptyGridMessage
@IncludeStylesheet(value="classpath:/br/com/arsmachina/tapestrycrud/components/tapestry-crud.css") public class EmptyGridMessage
Component used to easily standardize and internationalize the
Grid's "no records to display" message.
It puts the message inside a div with class t-crud-emptygrid.
Ars Machina Project Example.
| Field Summary | |
|---|---|
static String |
CSS_CLASS
Generated <p> CSS class. |
static String |
MESSAGE_GRID_EMPTY
Key of the empty grid message. |
| Constructor Summary | |
|---|---|
EmptyGridMessage()
|
|
| Method Summary | |
|---|---|
boolean |
discardBody()
Discards the tag body. |
String |
getMessage()
Returns the value of the message property. |
void |
setMessage(String message)
Changes the value of the message property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String MESSAGE_GRID_EMPTY
public static final String CSS_CLASS
<p> CSS class.
| Constructor Detail |
|---|
public EmptyGridMessage()
| Method Detail |
|---|
public String getMessage()
message property.
String.public void setMessage(String message)
message property.
message - a String.@BeforeRenderBody public boolean discardBody()
false.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||