public static class IlvDashboardSymbol.Parameter extends Object
IlvDashboardSymbol.Parameter
class handles a single
parameter for a IlvDashboardSymbol
instance.IlvDashboardSymbol
Constructor and Description |
---|
Parameter(IlvPaletteSymbolParameter param)
Creates an
IlvDashboardSymbol.Parameter instance that
corresponds to param . |
Modifier and Type | Method and Description |
---|---|
String |
getID()
Returns the ID of this symbol parameter.
|
IlvPaletteSymbolParameter |
getPaletteSymbolParameter()
Returns the
IlvPaletteSymbolParameter instance defining
this parameter. |
boolean |
isMapped()
Tests if this Parameter is mapped.
|
boolean |
isReadOnly()
Returns
true if the symbol parameter is
read-only while the symbol is being edited in the
Dashboard Editor. |
boolean |
isVisible()
Returns
true if this symbol parameter appears
in the Dashboard Editor parameter table while the symbol is edited. |
void |
setReadOnly(boolean readOnly)
Specifies whether this symbol parameter should be
read-only while the symbol is edited in the
Dashboard Editor.
|
void |
setVisible(boolean visible)
Specifies whether this symbol parameter should appear in the
Dashboard Editor parameter table while the symbol is edited.
|
public Parameter(IlvPaletteSymbolParameter param)
IlvDashboardSymbol.Parameter
instance that
corresponds to param
.param
- A standard symbol parameter.public IlvPaletteSymbolParameter getPaletteSymbolParameter()
IlvPaletteSymbolParameter
instance defining
this parameter.public boolean isMapped()
true
if this parameter is mapped.public String getID()
public boolean isReadOnly()
true
if the symbol parameter is
read-only while the symbol is being edited in the
Dashboard Editor.public void setReadOnly(boolean readOnly)
readOnly
- If true
, sets this symbol parameter as read-only.public boolean isVisible()
true
if this symbol parameter appears
in the Dashboard Editor parameter table while the symbol is edited.public void setVisible(boolean visible)
visible
- If true
, displays this parameter in the parameter table.© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.