static IStyle |
IStyleCtrl.from(Style instance) |
|
static IStyle |
IStyle.of(java.lang.String content) |
Returns the instance with the given content.
|
static IStyle |
IStyle.ofId(java.lang.String id) |
Returns the instance with the given id.
|
static IStyle |
IStyle.ofSrc(java.lang.String src) |
Returns the instance with the given src.
|
IStyle |
IStyle.withContent(java.lang.String content) |
Returns a copy of this immutable component with the specified
content .
|
IStyle |
IStyle.withMedia(java.lang.String media) |
Returns a copy of this immutable component with the specified
media .
|
IStyle |
IStyle.withSrc(java.lang.String src) |
Returns a copy of this immutable component with the specified
src .
|