public class SimpleSocialTimelineWidgetModel extends Object
| Constructor and Description |
|---|
SimpleSocialTimelineWidgetModel(SocialEventType socialEventType,
SocialPredicate<SocialActivitiesEvent> predicate,
PlaceManager placeManager,
SocialPaged socialPaged) |
SimpleSocialTimelineWidgetModel(SocialUser socialUser,
SocialPredicate<SocialActivitiesEvent> predicate,
PlaceManager placeManager,
SocialPaged socialPaged) |
| Modifier and Type | Method and Description |
|---|---|
Previous |
getLess() |
ParameterizedCommand<LinkCommandParams> |
getLinkCommand() |
Next |
getMore() |
PlaceManager |
getPlaceManager() |
SocialPredicate<SocialActivitiesEvent> |
getPredicate() |
List<ClientResourceType> |
getResourceTypes() |
SocialEventType |
getSocialEventType() |
SocialPaged |
getSocialPaged() |
SocialUser |
getSocialUser() |
boolean |
isSocialTypeWidget() |
void |
updateSocialPaged(SocialPaged socialPaged) |
SimpleSocialTimelineWidgetModel |
withIcons(List<ClientResourceType> resourceTypes) |
SimpleSocialTimelineWidgetModel |
withLinkCommand(ParameterizedCommand<LinkCommandParams> linkCommand) |
SimpleSocialTimelineWidgetModel |
withOnlyMorePagination(Next more) |
SimpleSocialTimelineWidgetModel |
withPagination(Previous less,
Next more) |
public SimpleSocialTimelineWidgetModel(SocialEventType socialEventType, SocialPredicate<SocialActivitiesEvent> predicate, PlaceManager placeManager, SocialPaged socialPaged)
public SimpleSocialTimelineWidgetModel(SocialUser socialUser, SocialPredicate<SocialActivitiesEvent> predicate, PlaceManager placeManager, SocialPaged socialPaged)
public SimpleSocialTimelineWidgetModel withPagination(Previous less, Next more)
public SimpleSocialTimelineWidgetModel withLinkCommand(ParameterizedCommand<LinkCommandParams> linkCommand)
public SimpleSocialTimelineWidgetModel withIcons(List<ClientResourceType> resourceTypes)
public SimpleSocialTimelineWidgetModel withOnlyMorePagination(Next more)
public boolean isSocialTypeWidget()
public SocialUser getSocialUser()
public SocialPredicate<SocialActivitiesEvent> getPredicate()
public PlaceManager getPlaceManager()
public SocialPaged getSocialPaged()
public SocialEventType getSocialEventType()
public Previous getLess()
public Next getMore()
public void updateSocialPaged(SocialPaged socialPaged)
public List<ClientResourceType> getResourceTypes()
public ParameterizedCommand<LinkCommandParams> getLinkCommand()
Copyright © 2012–2018 JBoss by Red Hat. All rights reserved.