public abstract class GridItemShorthandResolver extends Object implements IShorthandResolver
IShorthandResolver implementation for grid items column/row start and end positions.| Modifier | Constructor and Description |
|---|---|
protected |
GridItemShorthandResolver(String shorthand)
Creates a new shorthand resolver for provided shorthand template
|
| Modifier and Type | Method and Description |
|---|---|
List<CssDeclaration> |
resolveShorthand(String shorthandExpression)
Resolves a shorthand expression.
|
protected GridItemShorthandResolver(String shorthand)
shorthand - shorthand from which template will be created.public List<CssDeclaration> resolveShorthand(String shorthandExpression)
IShorthandResolverresolveShorthand in interface IShorthandResolvershorthandExpression - the shorthand expressionCopyright © 1998–2024 Apryse Group NV. All rights reserved.