@JsType(namespace="xgl.css") public class TextOverflow extends Object implements HasCSSName
Modifier and Type | Class and Description |
---|---|
static class |
TextOverflow.Fade |
Modifier and Type | Field and Description |
---|---|
static TextOverflow |
CLIP |
static TextOverflow |
ELLIPSIS |
static TextOverflow |
FADE |
static TextOverflow |
INHERIT |
static TextOverflow |
INITIAL |
static TextOverflow |
UNSET |
Constructor and Description |
---|
TextOverflow(String css) |
TextOverflow(TextOverflow left,
TextOverflow right) |
Modifier and Type | Method and Description |
---|---|
String |
css() |
static TextOverflow |
get(String propertyName) |
public static final TextOverflow CLIP
public static final TextOverflow ELLIPSIS
public static final TextOverflow FADE
public static final TextOverflow INHERIT
public static final TextOverflow INITIAL
public static final TextOverflow UNSET
@JsIgnore public TextOverflow(String css)
@JsIgnore public TextOverflow(TextOverflow left, TextOverflow right)
public String css()
css
in interface HasCSSName
public static TextOverflow get(String propertyName)
Copyright © 2018 Xalys. All rights reserved.