Interface and Description |
---|
net.sf.mmm.util.lang.api.function.Consumer
use
Consumer directly. |
net.sf.mmm.util.lang.api.function.Function
use
Function directly. |
net.sf.mmm.client.ui.api.common.IconConstants
we have switched to using styles instead of images and render these in CSS via font-awesome.
This gives way more flexibility then <img> elements with hard-coded image URLs and
names (including file type extensions). The only disadvantage is that we currently have no way
to define
alt
texts for Accessibility . |
net.sf.mmm.util.nls.base.NlsResourceBundleProvider
use
NlsBundle instead of NlsResourceBundle . |
net.sf.mmm.util.nls.impl.NlsReversedResourceBundle
replaced with simple Map
DefaultNlsTemplateResolver |
Class and Description |
---|
net.sf.mmm.util.nls.impl.NlsReversedResourceBundleImpl
replaced with simple Map
DefaultNlsTemplateResolver |
net.sf.mmm.util.nls.impl.NlsTemplateResolverImpl
use
DefaultNlsTemplateResolver instead. |
net.sf.mmm.util.property.api.ReadOnlyPropertyImpl |
Field and Description |
---|
net.sf.mmm.util.io.api.EncodingUtil.ENCODING_ISO_8859_12 |
Constructor and Description |
---|
net.sf.mmm.util.value.api.ValueOutOfRangeException(Number, Number, Number)
- will be removed soon - use
ValueOutOfRangeException.ValueOutOfRangeException(Object, Object, Object)
instead. |
net.sf.mmm.util.value.api.ValueOutOfRangeException(Number, Number, Number, Object)
- will be removed soon - use
ValueOutOfRangeException.ValueOutOfRangeException(Object, Object, Object, Object) instead. |
net.sf.mmm.util.value.api.ValueOutOfRangeException(Object, V, V, V)
- will be removed soon - use
ValueOutOfRangeException.ValueOutOfRangeException(Object, Object, Object, Object) instead. |
Copyright © 2001–2016 mmm-Team. All rights reserved.