Graphene Selenium: API 2.0.0.Alpha1

org.jboss.arquillian.ajocado.css
Interface CssResolver<T>

Type Parameters:
T - the type which can be resolved by given implementation of CssResolver.
All Known Implementing Classes:
CssProperty

public interface CssResolver<T>

Resolves the CSS property values from their string representation to their object representation.

Version:
$Revision$
Author:
Lukas Fryc

Method Summary
 String getPropertyName()
          Returns the name of property which can resolve
 T resolveProperty(String propertyValue)
          Resolves the property - converts the string representation to object representation
 

Method Detail

getPropertyName

String getPropertyName()
Returns the name of property which can resolve

Returns:
the name of property which can resolve

resolveProperty

T resolveProperty(String propertyValue)
Resolves the property - converts the string representation to object representation

Parameters:
propertyValue - the value of property
Returns:
converted property value string representation to object representation

Graphene Selenium: API 2.0.0.Alpha1

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.