| Modifier and Type | Method and Description |
|---|---|
protected void |
ShiftGridObject.init(Lane<LocalDateTime,AvailabilityRosterMetadata> lane) |
protected void |
AvailabilityGridObject.init(Lane<LocalDateTime,AvailabilityRosterMetadata> lane) |
| Modifier and Type | Method and Description |
|---|---|
protected com.google.gwt.core.client.Scheduler.RepeatingCommand |
AvailabilityRosterPageViewport.getViewportBuilderCommand(AvailabilityRosterView view,
Lockable<Map<Long,Lane<LocalDateTime,AvailabilityRosterMetadata>>> lockableLaneMap) |
com.google.gwt.core.client.Scheduler.RepeatingCommand |
AvailabilityRosterPageViewportBuilder.getWorkerCommand(AvailabilityRosterView view,
Lockable<Map<Long,Lane<LocalDateTime,AvailabilityRosterMetadata>>> lockableLaneMap,
long timeWhenInvoked) |
| Modifier and Type | Method and Description |
|---|---|
void |
ShiftTemplateGridObject.init(Lane<LocalDateTime,RotationMetadata> lane) |
| Modifier and Type | Method and Description |
|---|---|
protected com.google.gwt.core.client.Scheduler.RepeatingCommand |
RotationPageViewport.getViewportBuilderCommand(RotationView view,
Lockable<Map<Long,Lane<LocalDateTime,RotationMetadata>>> lockableLaneMap) |
com.google.gwt.core.client.Scheduler.RepeatingCommand |
RotationPageViewportBuilder.getWorkerCommand(RotationView view,
Lockable<Map<Long,Lane<LocalDateTime,RotationMetadata>>> lockableLaneMap,
long timeWhenInvoked) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ShiftGridObject.init(Lane<LocalDateTime,ShiftRosterMetadata> lane) |
| Modifier and Type | Method and Description |
|---|---|
protected com.google.gwt.core.client.Scheduler.RepeatingCommand |
ShiftRosterPageViewport.getViewportBuilderCommand(ShiftRosterView view,
Lockable<Map<Long,Lane<LocalDateTime,ShiftRosterMetadata>>> lockableLaneMap) |
com.google.gwt.core.client.Scheduler.RepeatingCommand |
ShiftRosterPageViewportBuilder.getWorkerCommand(ShiftRosterView view,
Lockable<Map<Long,Lane<LocalDateTime,ShiftRosterMetadata>>> lockableLaneMap,
long timeWhenInvoked) |
| Modifier and Type | Method and Description |
|---|---|
protected Lockable<Map<Long,Lane<LocalDateTime,M>>> |
DateTimeViewport.getLockableLaneMap() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract com.google.gwt.core.client.Scheduler.RepeatingCommand |
DateTimeViewport.getViewportBuilderCommand(T view,
Lockable<Map<Long,Lane<LocalDateTime,M>>> lockableLaneMap) |
| Modifier and Type | Method and Description |
|---|---|
Lane<T,M> |
GridObject.getLane() |
Lane<T,M> |
Lane.withDummySublane(Lane.DummySublane dummySublane) |
Lane<T,M> |
Lane.withGridObjectCreator(Function<T,HasGridObjects<T,M>> creator) |
Lane<T,M> |
Lane.withGridObjectPlacer(GridObjectPlacer gridObjectPlacer) |
Lane<T,M> |
Lane.withScale(LinearScale<T> scale)
withGridObjectPlacer MUST be called before this
|
Lane<T,M> |
Lane.withTitle(String title) |
| Modifier and Type | Method and Description |
|---|---|
void |
GridObject.withLane(Lane<T,M> lane) |
| Modifier and Type | Method and Description |
|---|---|
Lane<LocalDateTime,M> |
AbstractHasTimeslotGridObject.getLane() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
AbstractHasTimeslotGridObject.init(Lane<LocalDateTime,M> lane) |
void |
AbstractHasTimeslotGridObject.withLane(Lane<LocalDateTime,M> lane) |
Copyright © 2017–2019 JBoss by Red Hat. All rights reserved.