com.liferay.portal.kernel.dao.search
Interface SearchEntry
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()
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)
setValign
void setValign(String valign)