All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.retest.ui.DefaultValueFinder Maven / Gradle / Ivy

There is a newer version: 6.0.0
Show newest version
package de.retest.ui;

import java.io.Serializable;

import de.retest.ui.descriptors.IdentifyingAttributes;

public interface DefaultValueFinder {

	/**
	 * Returns a default value for the give StateAttributes (font, text color, background color, ...). Default values
	 * are not persisted for every element to save (enormous) space. But if the value is not default, we want to know
	 * what default would have been.
	 *
	 * @return the default value for the given component and the given state attributes key or null if not
	 *         applicable or unknown.
	 */
	Serializable getDefaultValue( final IdentifyingAttributes comp, final String attributesKey );
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy