public class Lane extends RefDataClass
Timeline
view. Each lane is a row that can contain a set
of CalendarEvent
s. 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()
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.
|
void |
setHeight(java.lang.Integer height)
The height of this Lane's row.
|
void |
setJavaScriptObject(com.google.gwt.core.client.JavaScriptObject jsObj) |
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.
|
getRef, getRef, internalSetID
doAddHandler, fireEvent, getAttribute, getAttributeAsBoolean, getAttributeAsDate, getAttributeAsDouble, getAttributeAsDoubleArray, getAttributeAsFloat, getAttributeAsInt, getAttributeAsIntArray, getAttributeAsJavaScriptObject, getAttributeAsLong, getAttributeAsMap, getAttributeAsObject, getAttributeAsRecord, getAttributeAsString, getAttributeAsStringArray, getAttributes, getHandlerCount, getJsObj, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttributeAsJavaObject
public 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 setJavaScriptObject(com.google.gwt.core.client.JavaScriptObject jsObj)
public void setHeight(java.lang.Integer height)
height
- height Default value is nullpublic java.lang.Integer getHeight()
public void setName(java.lang.String name)
laneNameField
property on the CalendarEvent.name
- . See String
. Default value is nullpublic java.lang.String getName()
laneNameField
property on the CalendarEvent.String
public void setTitle(java.lang.String title)
title
- . See HTMLString
. Default value is nullpublic java.lang.String getTitle()
HTMLString