public class StepData
extends java.lang.Object
WebStepProgress| Constructor and Description |
|---|
StepData()
Constructs new step with empty label component.
|
StepData(java.awt.Component label)
Constructs new step with the specified label component.
|
StepData(java.lang.String label)
Constructs new step with WebLabel component using the specified text.
|
| Modifier and Type | Method and Description |
|---|---|
java.awt.Component |
getLabel()
Returns label component.
|
void |
setLabel(java.awt.Component label)
Sets label component.
|
public StepData()
public StepData(java.lang.String label)
label - label textpublic StepData(java.awt.Component label)
label - label component