org.dellroad.stuff.vaadin7.StringValuePropertyDef Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dellroad-stuff-vaadin7 Show documentation
Show all versions of dellroad-stuff-vaadin7 Show documentation
DellRoad Stuff classes related to the Vaadin GUI framework.
/*
* Copyright (C) 2022 Archie L. Cobbs. All rights reserved.
*/
package org.dellroad.stuff.vaadin7;
/**
* A {@link PropertyDef} representing the {@link String} value of an object using {@link Object#toString Object#toString()}.
*
*
* Instances also serve as a {@link SortingPropertyExtractor} that can actually extract the property from any object.
*/
public class StringValuePropertyDef extends PropertyDef implements SortingPropertyExtractor
© 2015 - 2025 Weber Informatics LLC | Privacy Policy