custom-component
JSF custom component losing input focus on ajax update
I\'m writing an autocomplete custom component as a learning exercise with JSF 2.1.3. The idea (which is probably pretty familiar) is to enter some text into[详细]
2023-03-30 12:34 分类:问答how to set truncateToFit option to true in the Tree in flex
I am trying to customise the truncateTo开发者_开发问答Fit option in my Custom Tree. In order to do that i have to render a LABEL into my tree as the tree is not having the TruncateToFit property. I am[详细]
2023-03-30 08:26 分类:问答Adding mouseOver/mouseDown/mouseUp/etc. to custom MXML component
I\'m new to Flex and am porting a pure Flash/AS3 app to Flex 4.5 I\'ve created a custom MXML component based on BorderContainer[详细]
2023-03-29 11:10 分类:问答What can I do to make my sub-derived custom control appear in the Blend Assets library?
I am creating a series of window mockup templates based on the excellent Mockups library available on CodePlex.[详细]
2023-03-28 05:30 分类:问答JButton Customization Issue
I need some help with customizing JButton. I am using following extended method to do so ... I need to add backgound color to the button and also i need to place two different text at two location in[详细]
2023-03-25 21:32 分类:问答How to get an image or js from a JAR in the server in JSF (For a custom component)
I have done a custom JSF component (it looks like a combobox (icefaces selectonemenu)) but it uses a couple of images (png) and a bit of javascript.[详细]
2023-03-25 02:44 分类:问答IDE inserts incorrect #include statement
I\'m working with Borland C++ 2007. My project group consists of a package and several projects that use a component within that package. When I use this component using the design 开发者_StackOverflo[详细]
2023-03-23 22:35 分类:问答TypeArray in Android - How to store custom objects in xml and retrieve them?
I have a class like public class CountryVO { private String countryCode; private String countryName; private Drawable countryFlag;[详细]
2023-03-21 18:40 分类:问答Transparent TCustomControl?
I need to create transparent component inheriting from TCustomControl.. so it is custom painte开发者_JAVA百科d, yet is container for other components.[详细]
2023-03-20 14:09 分类:问答JSF 2.0 Custom Component - how to retrieve object instead of String from Component
I\'m creating a cu开发者_StackOverflowstom component whose attribute accepts an instance of an object[详细]
2023-03-17 13:32 分类:问答