| Package | Description |
|---|---|
| org.nasdanika.html.model.bootstrap | |
| org.nasdanika.html.model.bootstrap.impl | |
| org.nasdanika.html.model.bootstrap.util |
| Modifier and Type | Method and Description |
|---|---|
Text |
BootstrapFactory.createText()
Returns a new object of class 'Text'.
|
Text |
Appearance.getText()
Returns the value of the 'Text' containment reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Appearance.setText(Text value)
Sets the value of the '
Text' containment reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
TextImpl
An implementation of the model object 'Text'.
|
| Modifier and Type | Method and Description |
|---|---|
Text |
BootstrapFactoryImpl.createText() |
Text |
AppearanceImpl.getText() |
| Modifier and Type | Method and Description |
|---|---|
NotificationChain |
AppearanceImpl.basicSetText(Text newText,
NotificationChain msgs) |
void |
AppearanceImpl.setText(Text newText) |
| Modifier and Type | Method and Description |
|---|---|
T |
BootstrapSwitch.caseText(Text object)
Returns the result of interpreting the object as an instance of 'Text'.
|
boolean |
BootstrapValidator.validateText_attributes(Text text,
DiagnosticChain diagnostics,
Map<Object,Object> context)
Validates the attributes constraint of 'Text'.
|
boolean |
BootstrapValidator.validateText(Text text,
DiagnosticChain diagnostics,
Map<Object,Object> context) |
Copyright © 2022 Nasdanika. All rights reserved.