Java com.vaadin.shared.util SharedUtil fields, constructors, methods, implement or subclass

Example usage for Java com.vaadin.shared.util SharedUtil fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.vaadin.shared.util SharedUtil.

The text is from its open source code.

Method

StringaddGetParameters(String uri, String extraParams)
Adds the get parameters to the uri and returns the new uri that contains the parameters.
Stringcapitalize(String string)
Capitalizes the first character in the given string in a way suitable for use in code (methods, properties etc).
booleanequals(Object o1, Object o2)
Checks if a and b are equals using #equals(Object) .
StringpropertyIdToHumanFriendly(Object propertyId)
Converts a property id to a human friendly format.