Interface SearchEntry
public interface SearchEntry
- Author:
- Raymond Augé
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetAlign()
int
int
getIndex()
boolean
void
print
(Writer writer, javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) void
void
setColspan
(int colspan) void
setCssClass
(String cssClass) void
setIndex
(int index) void
setTruncate
(boolean truncate) void
-
Field Details
-
DEFAULT_ALIGN
- See Also:
-
DEFAULT_COLSPAN
static final int DEFAULT_COLSPAN- See Also:
-
DEFAULT_CSS_CLASS
- See Also:
-
DEFAULT_VALIGN
- See Also:
-
-
Method Details
-
getAlign
String getAlign() -
getColspan
int getColspan() -
getCssClass
String getCssClass() -
getIndex
int getIndex() -
getValign
String getValign() -
isTruncate
boolean isTruncate() -
print
void print(Writer writer, javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) throws Exception - Throws:
Exception
-
setAlign
-
setColspan
void setColspan(int colspan) -
setCssClass
-
setIndex
void setIndex(int index) -
setTruncate
void setTruncate(boolean truncate) -
setValign
-