com.liferay.portal.kernel.dao.search
Interface SearchEntry
- All Known Implementing Classes:
- ButtonSearchEntry, DateSearchEntry, IconSearchEntry, ImageSearchEntry, JSPSearchEntry, SearchEntry, StatusSearchEntry, TextSearchEntry, UserSearchEntry
public interface SearchEntry
DEFAULT_ALIGN
static final String DEFAULT_ALIGN
- See Also:
- Constant Field Values
DEFAULT_COLSPAN
static final int DEFAULT_COLSPAN
- See Also:
- Constant Field Values
DEFAULT_CSS_CLASS
static final String DEFAULT_CSS_CLASS
- See Also:
- Constant Field Values
DEFAULT_VALIGN
static final String DEFAULT_VALIGN
- See Also:
- Constant Field Values
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 request,
javax.servlet.http.HttpServletResponse response)
throws Exception
- Throws:
Exception
setAlign
void setAlign(String align)
setColspan
void setColspan(int colspan)
setCssClass
void setCssClass(String cssClass)
setIndex
void setIndex(int index)
setTruncate
void setTruncate(boolean truncate)
setValign
void setValign(String valign)