ilog.tgo.resource.css
Interface IltTinyTypeCustomization
public interface IltTinyTypeCustomization
Sets base tiny renderer factory for a given type or tiny type.
For objects that are tiny-type customizable and can define their own tiny types, IltLink, IltLinkSet, IltLinkBundle, IltBTS, IltBTSAntenna,
this will apply if those objects have not defined their own tiny renderers. For objects that are tiny-type customizable but cannot create their own tiny types,
IltShelf, IltCardCarrier, IltCard, this will help customize their tiny renderer based on their types.
getTinyRenderer
IltBaseRendererFactory getTinyRenderer()
- Returns base renderer factory for Object tiny types.
CSS settings:
setting."ilog.tgo.model.IltObject.TinyType"[name=Standard] {
tinyRenderer: @+tinyRendererFactory1;
}
Subobject#tinyRendererFactory1 {
class: 'MyTinyRendererFactory1';
}
Copyright © 1996-2007 ILOG S.A. All rights reserved. Documentation homepage. . All Rights Reserved.