public class LabelField extends java.lang.Object implements TaskField
Constructor and Description |
---|
LabelField() |
LabelField(java.lang.String fieldName,
java.lang.String value) |
Modifier and Type | Method and Description |
---|---|
java.util.List<FieldSummary> |
createSummary(com.google.gwt.user.client.ui.Widget widget) |
com.google.gwt.user.client.ui.Widget |
createWidget() |
void |
fillFieldData(com.google.gwt.user.client.ui.Widget widget,
java.util.Map<java.lang.String,java.lang.String> fieldData) |
java.lang.String |
getFieldLabel() |
java.lang.String |
getFieldName() |
java.lang.String |
getValue() |
boolean |
isIncludeInSummary() |
void |
setFieldLabel(java.lang.String fieldLabel) |
void |
setFieldName(java.lang.String fieldName) |
void |
setIncludeInSummary(boolean includeInSummary) |
void |
setValue(java.lang.String value) |
public LabelField()
public LabelField(java.lang.String fieldName, java.lang.String value)
public java.lang.String getFieldLabel()
public void setFieldLabel(java.lang.String fieldLabel)
public java.lang.String getValue()
public void setValue(java.lang.String value)
public boolean isIncludeInSummary()
public void setIncludeInSummary(boolean includeInSummary)
public java.lang.String getFieldName()
public void setFieldName(java.lang.String fieldName)
public com.google.gwt.user.client.ui.Widget createWidget()
createWidget
in interface TaskField
public void fillFieldData(com.google.gwt.user.client.ui.Widget widget, java.util.Map<java.lang.String,java.lang.String> fieldData)
fillFieldData
in interface TaskField
public java.util.List<FieldSummary> createSummary(com.google.gwt.user.client.ui.Widget widget)
createSummary
in interface TaskField
Rogue Wave, Inc. Copyright (C) 2000-2019, All rights reserved
This software is the confidential and proprietary information of Rogue Wave, Inc. and is subject to copyright protection under laws of the United States of America and other countries. The use of this software should be in accordance with the license agreement terms you entered into with Rogue Wave, Inc.