Interface SearchEntry
public interface SearchEntry
- Author:
- Raymond Augé
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetAlign()intintgetIndex()booleanvoidprint(Writer writer, javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) voidvoidsetColspan(int colspan) voidsetCssClass(String cssClass) voidsetIndex(int index) voidsetTruncate(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
-