public class Lane extends RefDataClass
Timeline view, or in a day view when showDayLanes is true. Each lane is a row or column,
respectively, that can contain a set of CalendarEvents. CalendarEvents are
placed in lanes by matching the name property to the value of
the laneNameField property on the CalendarEvent.
Lanes are typically used to show tasks assigned to different people, broadcasts planned for different channels, and similar displays.
id| Constructor and Description |
|---|
Lane() |
Lane(com.google.gwt.core.client.JavaScriptObject jsObj) |
Lane(java.lang.String name,
java.lang.String title) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getHeight()
In
Timelines, the height of this Lane's row. |
java.lang.String |
getName()
To determine whether a CalendarEvent should be placed in this lane, the value of this attribute is compared with the
laneNameField property on the CalendarEvent. |
static Lane |
getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj) |
java.lang.String |
getTitle()
Title to show for this lane.
|
java.lang.Integer |
getWidth()
When set on a Lane being displayed in a
dayView as a
result of showDayLanes being set, dictates the
width of the Lane's column. |
void |
setHeight(java.lang.Integer height)
In
Timelines, the height of this Lane's row. |
void |
setName(java.lang.String name)
To determine whether a CalendarEvent should be placed in this lane, the value of this attribute is compared with the
laneNameField property on the CalendarEvent. |
void |
setTitle(java.lang.String title)
Title to show for this lane.
|
void |
setWidth(java.lang.Integer width)
When set on a Lane being displayed in a
dayView as a
result of showDayLanes being set, dictates the
width of the Lane's column. |
getRef, getRef, internalSetIDdoAddHandler, fireEvent, getAttribute, getAttributeAsBoolean, getAttributeAsBoolean, getAttributeAsDate, getAttributeAsDouble, getAttributeAsDoubleArray, getAttributeAsFloat, getAttributeAsInt, getAttributeAsIntArray, getAttributeAsJavaScriptObject, getAttributeAsLong, getAttributeAsMap, getAttributeAsObject, getAttributeAsRecord, getAttributeAsString, getAttributeAsStringArray, getAttributes, getHandlerCount, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttributeAsJavaObjectpublic Lane()
public Lane(com.google.gwt.core.client.JavaScriptObject jsObj)
public Lane(java.lang.String name,
java.lang.String title)
public static Lane getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj)
public void setHeight(java.lang.Integer height)
Timelines, the height of this Lane's row. Has no effect when set on a
Lane being displayed in a dayView as a result of showDayLanes being set.height - Default value is nullpublic java.lang.Integer getHeight()
Timelines, the height of this Lane's row. Has no effect when set on a
Lane being displayed in a dayView as a result of showDayLanes being set.public void setName(java.lang.String name)
laneNameField property on the CalendarEvent.name - Default value is nullpublic java.lang.String getName()
laneNameField property on the CalendarEvent.public void setTitle(java.lang.String title)
title - See HTMLString . Default value is nullpublic java.lang.String getTitle()
HTMLStringpublic void setWidth(java.lang.Integer width)
dayView as a
result of showDayLanes being set, dictates the
width of the Lane's column. Has no effect in Timelines.width - Default value is nullpublic java.lang.Integer getWidth()
dayView as a
result of showDayLanes being set, dictates the
width of the Lane's column. Has no effect in Timelines.