|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.centrasite.control.discovery.AbstractReport
com.centrasite.control.types.ListReport
public class ListReport
This is a special type of report used to show items contained in lists (JAXR - RegistryPackage). Does not support server side sorting or scrolling.
Field Summary |
---|
Constructor Summary | |
---|---|
ListReport(Connector connector,
java.util.Locale locale,
SortedItemsProvider sortedItemsProvider)
|
Method Summary | |
---|---|
java.util.List |
getContextMenuCommands(Item item)
Obtain the commands list to be displayed on context menu request. |
java.lang.String |
getDescription(java.util.Locale locale)
Get description of report |
java.lang.String |
getImageURL()
Get URL of icon |
java.lang.String |
getTitle(java.util.Locale locale)
Get title of report |
java.lang.String |
toXhtml()
Transform the report to XHTML. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ListReport(Connector connector, java.util.Locale locale, SortedItemsProvider sortedItemsProvider)
Method Detail |
---|
public java.lang.String getDescription(java.util.Locale locale) throws java.lang.Exception
ReportInterface
java.lang.Exception
public java.lang.String getImageURL() throws java.lang.Exception
ReportInterface
java.lang.Exception
public java.lang.String getTitle(java.util.Locale locale) throws java.lang.Exception
ReportInterface
java.lang.Exception
public java.lang.String toXhtml()
AbstractReport
toXhtml
in interface ReportInterface
toXhtml
in class AbstractReport
public java.util.List getContextMenuCommands(Item item)
ReportInterface
getContextMenuCommands
in interface ReportInterface
getContextMenuCommands
in class AbstractReport
Can be overridden by implementors in order to provide
custom list of commands.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |