Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.dao.search
Class ButtonSearchEntry

java.lang.Object
  extended by com.liferay.portal.kernel.dao.search.SearchEntry
      extended by com.liferay.portal.kernel.dao.search.TextSearchEntry
          extended by com.liferay.portal.kernel.dao.search.ButtonSearchEntry
All Implemented Interfaces:
Cloneable

public class ButtonSearchEntry
extends TextSearchEntry


Field Summary
 
Fields inherited from class com.liferay.portal.kernel.dao.search.SearchEntry
DEFAULT_ALIGN, DEFAULT_COLSPAN, DEFAULT_CSS_CLASS, DEFAULT_VALIGN
 
Constructor Summary
ButtonSearchEntry()
           
 
Method Summary
 Object clone()
           
 void print(javax.servlet.jsp.PageContext pageContext)
           
 
Methods inherited from class com.liferay.portal.kernel.dao.search.TextSearchEntry
getData, getHref, getName, getTarget, getTitle, setData, setHref, setName, setTarget, setTitle
 
Methods inherited from class com.liferay.portal.kernel.dao.search.SearchEntry
getAlign, getColspan, getCssClass, getIndex, getValign, setAlign, setColspan, setCssClass, setIndex, setValign
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ButtonSearchEntry

public ButtonSearchEntry()
Method Detail

clone

public Object clone()
Overrides:
clone in class TextSearchEntry

print

public void print(javax.servlet.jsp.PageContext pageContext)
           throws Exception
Overrides:
print in class TextSearchEntry
Throws:
Exception

Liferay 6.1.2-ce-ga3