public abstract class PortfolioPreferencesComponent extends BasePreferences
BasePreferences.CommunityMode
Constructor and Description |
---|
PortfolioPreferencesComponent() |
Modifier and Type | Method and Description |
---|---|
abstract void |
doAction(javax.faces.event.ActionEvent ae)
Do click.
|
java.lang.String |
getActionButtonLabel()
Gets the action button label.
|
java.lang.String |
getDateRangeType()
Gets the date range type.
|
java.util.List<javax.faces.model.SelectItem> |
getDateRangeTypes()
Gets the types.
|
abstract java.util.List<javax.faces.model.SelectItem> |
getEntities()
Gets the entities.
|
abstract java.util.List<javax.faces.model.SelectItem> |
getEventTypes()
Gets the event types.
|
java.lang.String[] |
getSelectedEntities()
Gets the selected entities.
|
java.lang.String[] |
getSelectedEvents()
Gets the selected events.
|
boolean |
isDisplayEventsBox()
Checks if is display events box.
|
abstract boolean |
isSelectCommunityDropdownVisible()
Checks if the SelectCommunity Dropdown is visible.
|
boolean |
isShowEventCheckbox()
Checks if is show event checkbox.
|
boolean |
isShowEvents()
Checks if is show events.
|
void |
selectAllEntities(javax.faces.event.ActionEvent ae)
selectAllEntities.
|
void |
selectAllEvents(javax.faces.event.ActionEvent ae)
selectAllEvents.
|
void |
selectNoneEntities(javax.faces.event.ActionEvent ae)
selectNoneEntities.
|
void |
selectNoneEvents(javax.faces.event.ActionEvent ae)
selectNoneEvents.
|
void |
setActionButtonLabel(java.lang.String label)
Sets the action button label.
|
void |
setDateRangeType(java.lang.String dateRange)
Sets the date range type.
|
void |
setDisplayEventsBox(boolean displayEventsBox)
Sets the display events box.
|
void |
setSelectedEntities(java.lang.String[] selectedEntities)
Sets the selected entities.
|
void |
setSelectedEvents(java.lang.String[] selectedEvents)
Sets the selected events.
|
void |
setShowEventCheckbox(boolean showEventCheckbox)
Sets the show event checkbox.
|
void |
setShowEvents(boolean showEvents)
Sets the show events.
|
doCancel, doSave, getPortletCommunityMode, getPrefs, getSelectedPortletCommunityMode, setSelectedPortletCommunityMode
public java.lang.String getDateRangeType()
public void setDateRangeType(java.lang.String dateRange)
dateRange
- the new date range typepublic java.util.List<javax.faces.model.SelectItem> getDateRangeTypes()
public java.lang.String[] getSelectedEvents()
public void setSelectedEvents(java.lang.String[] selectedEvents)
selectedEvents
- the new selected eventspublic boolean isShowEvents()
public void setShowEvents(boolean showEvents)
showEvents
- the new show eventspublic void setSelectedEntities(java.lang.String[] selectedEntities)
selectedEntities
- the new selected entitiespublic java.lang.String[] getSelectedEntities()
public void setActionButtonLabel(java.lang.String label)
label
- the new action button labelpublic java.lang.String getActionButtonLabel()
public void setShowEventCheckbox(boolean showEventCheckbox)
showEventCheckbox
- the new show event checkboxpublic boolean isShowEventCheckbox()
public boolean isDisplayEventsBox()
public void selectAllEntities(javax.faces.event.ActionEvent ae)
ae
- ActionEventpublic void selectNoneEntities(javax.faces.event.ActionEvent ae)
ae
- ActionEventpublic void selectAllEvents(javax.faces.event.ActionEvent ae)
ae
- ActionEventpublic void selectNoneEvents(javax.faces.event.ActionEvent ae)
ae
- ActionEventpublic void setDisplayEventsBox(boolean displayEventsBox)
displayEventsBox
- the new display events boxpublic abstract void doAction(javax.faces.event.ActionEvent ae)
ae
- Action Eventpublic abstract java.util.List<javax.faces.model.SelectItem> getEntities()
public abstract java.util.List<javax.faces.model.SelectItem> getEventTypes()
public abstract boolean isSelectCommunityDropdownVisible()