public interface SearchEntry
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_ALIGN |
static int |
DEFAULT_COLSPAN |
static String |
DEFAULT_CSS_CLASS |
static String |
DEFAULT_VALIGN |
Modifier and Type | Method and Description |
---|---|
String |
getAlign() |
int |
getColspan() |
String |
getCssClass() |
int |
getIndex() |
String |
getValign() |
boolean |
isTruncate() |
void |
print(Writer writer,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
void |
setAlign(String align) |
void |
setColspan(int colspan) |
void |
setCssClass(String cssClass) |
void |
setIndex(int index) |
void |
setTruncate(boolean truncate) |
void |
setValign(String valign) |
static final String DEFAULT_ALIGN
static final int DEFAULT_COLSPAN
static final String DEFAULT_CSS_CLASS
static final String DEFAULT_VALIGN
String getAlign()
int getColspan()
String getCssClass()
int getIndex()
String getValign()
boolean isTruncate()
void print(Writer writer, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws Exception
Exception
void setAlign(String align)
void setColspan(int colspan)
void setCssClass(String cssClass)
void setIndex(int index)
void setTruncate(boolean truncate)
void setValign(String valign)